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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
hashCode()
void
setComputedHash
(int value) void
setSourceTerm
(String value)
-
Constructor Details
-
TermKey
public TermKey()For serialization -
TermKey
-
TermKey
-
-
Method Details