public static class PersistentResource.Namespace extends DTO implements Comparable<PersistentResource.Namespace>
Modifier and Type | Field and Description |
---|---|
PersistentResource.RCData[] |
capabilities |
String |
name |
PersistentResource.RCData[] |
requirements |
Constructor and Description |
---|
Namespace() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PersistentResource.Namespace o) |
public String name
public PersistentResource.RCData[] capabilities
public PersistentResource.RCData[] requirements
public int compareTo(PersistentResource.Namespace o)
compareTo
in interface Comparable<PersistentResource.Namespace>
Copyright © 2015 aQute SARL. All rights reserved.