Class TermDescriptor
java.lang.Object
com.inductiveautomation.factorypmi.application.i18n.TermDescriptor
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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TermDescriptor
 
- 
- 
Method Details- 
getTermIdA path, relative to the container of this term, locating the source of the term.
- 
getValueThe current value of the term, in whatever the system's base language is.
 
-