public static class PersistentResource.Attr extends DTO implements Comparable<PersistentResource.Attr>
| Modifier and Type | Field and Description |
|---|---|
boolean |
directive |
String |
key |
int |
type |
Object |
value |
| Constructor and Description |
|---|
Attr() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PersistentResource.Attr o) |
Object |
getValue() |
public String key
public int type
public Object value
public boolean directive
public int compareTo(PersistentResource.Attr o)
compareTo in interface Comparable<PersistentResource.Attr>public Object getValue()
Copyright © 2019 aQute SARL. All rights reserved.