public static class DatatypeManager.DVariable extends Object implements Serializable, Comparable<DatatypeManager.DVariable>
| Constructor and Description |
|---|
DVariable() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DatatypeManager.DVariable o) |
List<DatatypeRestriction> |
getNegativeDatatypeRestrictions() |
List<ConstantEnumeration> |
getNegativeDataValueEnumerations() |
Node |
getNode() |
List<DatatypeRestriction> |
getPositiveDatatypeRestrictions() |
List<ConstantEnumeration> |
getPositiveDataValueEnumerations() |
List<DatatypeManager.DVariable> |
getUnequalToDirect() |
boolean |
hasSameRestrictions(DatatypeManager.DVariable that) |
String |
toString() |
String |
toString(Prefixes prefixes) |
public int compareTo(DatatypeManager.DVariable o)
compareTo in interface Comparable<DatatypeManager.DVariable>public Node getNode()
public List<ConstantEnumeration> getPositiveDataValueEnumerations()
public List<ConstantEnumeration> getNegativeDataValueEnumerations()
public List<DatatypeRestriction> getPositiveDatatypeRestrictions()
public List<DatatypeRestriction> getNegativeDatatypeRestrictions()
public List<DatatypeManager.DVariable> getUnequalToDirect()
public boolean hasSameRestrictions(DatatypeManager.DVariable that)
that - thatCopyright © 2020. All rights reserved.