Package com.e1c.langtool
Interface TranslationKey
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ContextTranslationKey,EFeatureValue,FeatureValue,FileFeatureValue
- All Known Implementing Classes:
ContextTranslationKeyImpl,DictionaryTranslationKey,EmfFeatureValue,PersistableFeatureValue,V8FeatureValue
Interface for common translation key in the project.
-
Method Summary
Modifier and TypeMethodDescriptionGets the feature settings.getValue()Gets the value of object feature.
-
Method Details
-
getFeatureSettings
FeatureSettings getFeatureSettings()Gets the feature settings.- Returns:
- the feature settings, cannot be
null.
-
getValue
String getValue()Gets the value of object feature.- Returns:
- the value, cannot be
null.
-