Interface IdentifierType
-
- All Known Implementing Classes:
IdentifierTypeImpl
public interface IdentifierType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()StringgetNamespace()StringgetPattern()UUIDgetUuid()voidsetLabel(String label)voidsetNamespace(String namespace)voidsetPattern(String pattern)voidsetUuid(UUID uuid)
-