Class TermDescriptor
- java.lang.Object
-
- com.inductiveautomation.factorypmi.designer.i18n.search.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.
-