Interface IVocabularyTermImmutable
- All Known Subinterfaces:
IVocabularyTerm
- All Known Implementing Classes:
VocabularyTerm,VocabularyTermImmutable
public interface IVocabularyTermImmutable
Read-only interface to an existing vocabulary term.
-
Method Summary
-
Method Details
-
getCode
String getCode()Return the term's code. -
getDescription
String getDescription()Return the term's description. -
getLabel
String getLabel()Return the term's label. -
getUrl
String getUrl()Return an associated URL specifying additional information for the vocabulary term. -
getOrdinal
Long getOrdinal()Return the position of the term in the context of a vocabulary.
-