Interface IVocabularyTermImmutable


public interface IVocabularyTermImmutable
Read-only interface to an existing vocabulary term.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the term's code.
    Return the term's description.
    Return the term's label.
    Return the position of the term in the context of a vocabulary.
    Return an associated URL specifying additional information for the vocabulary term.
  • 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.