Class TermKey
java.lang.Object
com.inductiveautomation.ignition.common.i18n.translation.TermKey
- All Implemented Interfaces:
- Serializable
This class lets us map source strings to hash table results using different types of rules. For example, we may
 choose to ignore case or not. This works by having the source, plus a hash code computed based on our desired set of
 rules.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanintinthashCode()voidsetComputedHash(int value) voidsetSourceTerm(String value) 
- 
Constructor Details- 
TermKeypublic TermKey()For serialization
- 
TermKey
- 
TermKey
 
- 
- 
Method Details