Class TermDescriptor

  • Direct Known Subclasses:
    ComponentTranslationPanel.ComponentTermDescriptor

    public class TermDescriptor
    extends java.lang.Object
    Describes a translatable term inside of a component. The term has an identifier, which is generally used to locate the source of the term in the component, and the current value.
    • Constructor Summary

      Constructors 
      Constructor Description
      TermDescriptor​(java.lang.String termId, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTermId()
      A path, relative to the container of this term, locating the source of the term.
      java.lang.String getValue()
      The current value of the term, in whatever the system's base language is.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TermDescriptor

        public TermDescriptor​(java.lang.String termId,
                              java.lang.String value)
    • Method Detail

      • getTermId

        public java.lang.String getTermId()
        A path, relative to the container of this term, locating the source of the term.
      • getValue

        public java.lang.String getValue()
        The current value of the term, in whatever the system's base language is.