java.lang.Object
com.inductiveautomation.factorypmi.designer.i18n.search.TermDescriptor
Direct Known Subclasses:
ComponentTranslationPanel.ComponentTermDescriptor

public class TermDescriptor extends 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 Details

    • TermDescriptor

      public TermDescriptor(String termId, String value)
  • Method Details

    • getTermId

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

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