Package com.e1c.langtool
Class DictionaryTranslationKey
java.lang.Object
com.e1c.langtool.DictionaryTranslationKey
- All Implemented Interfaces:
TranslationKey,Serializable
Dictionary translation key allows to get translation only from
ITranslationStorageProvider.DictionaryStorage.- See Also:
-
Constructor Details
-
DictionaryTranslationKey
-
-
Method Details
-
getFeatureSettings
Description copied from interface:TranslationKeyGets the feature settings.- Specified by:
getFeatureSettingsin interfaceTranslationKey- Returns:
- the feature settings, cannot be
null.
-
getValue
Description copied from interface:TranslationKeyGets the value of object feature.- Specified by:
getValuein interfaceTranslationKey- Returns:
- the value, cannot be
null.
-
hashCode
public int hashCode() -
equals
-