Interface DbTypeSystemItem
-
- All Known Subinterfaces:
AtomicType,Attribute,CollectionType,Deployment,EnumerationValue,MapType,NumberSeries,Type
- All Known Implementing Classes:
DbNumberSeries
public interface DbTypeSystemItemInterface for every element ofDbTypeSystem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHash()UniqueIdentifiergetUniqueIdentifier()
-
-
-
Method Detail
-
getUniqueIdentifier
UniqueIdentifier getUniqueIdentifier()
- Returns:
- unique identifier of type system item
-
getHash
java.lang.String getHash()
- Returns:
- calculated hash for item
-
-