public static class PersistentResource.Attr extends DTO implements java.lang.Comparable<PersistentResource.Attr>
Modifier and Type | Field and Description |
---|---|
boolean |
directive |
java.lang.String |
key |
int |
type |
java.lang.Object |
value |
Constructor and Description |
---|
PersistentResource.Attr() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PersistentResource.Attr o) |
java.lang.Object |
getValue() |
public java.lang.String key
public int type
public java.lang.Object value
public boolean directive
public int compareTo(PersistentResource.Attr o)
compareTo
in interface java.lang.Comparable<PersistentResource.Attr>
public java.lang.Object getValue()