Interface IVocabularyTermImmutable
-
public interface IVocabularyTermImmutableRead-only interface to an existing vocabulary term.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCode()Return the term's code.java.lang.StringgetDescription()Return the term's description.java.lang.StringgetLabel()Return the term's label.java.lang.LonggetOrdinal()Return the position of the term in the context of a vocabulary.java.lang.StringgetUrl()Return an associated URL specifying additional information for the vocabulary term.
-
-
-
Method Detail
-
getCode
java.lang.String getCode()
Return the term's code.
-
getDescription
java.lang.String getDescription()
Return the term's description.
-
getLabel
java.lang.String getLabel()
Return the term's label.
-
getUrl
java.lang.String getUrl()
Return an associated URL specifying additional information for the vocabulary term.
-
getOrdinal
java.lang.Long getOrdinal()
Return the position of the term in the context of a vocabulary.
-
-