Interface IVocabularyTermImmutable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Return the term's code.
      java.lang.String getDescription()
      Return the term's description.
      java.lang.String getLabel()
      Return the term's label.
      java.lang.Long getOrdinal()
      Return the position of the term in the context of a vocabulary.
      java.lang.String getUrl()
      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.