public static class PersistentResource.Namespace extends DTO implements java.lang.Comparable<PersistentResource.Namespace>
| Modifier and Type | Field and Description |
|---|---|
PersistentResource.RCData[] |
capabilities |
java.lang.String |
name |
PersistentResource.RCData[] |
requirements |
| Constructor and Description |
|---|
PersistentResource.Namespace() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PersistentResource.Namespace o) |
public java.lang.String name
public PersistentResource.RCData[] capabilities
public PersistentResource.RCData[] requirements
public int compareTo(PersistentResource.Namespace o)
compareTo in interface java.lang.Comparable<PersistentResource.Namespace>