Interface TranslationKey

All Superinterfaces:
Serializable
All Known Subinterfaces:
ContextTranslationKey, EFeatureValue, FeatureValue, FileFeatureValue
All Known Implementing Classes:
ContextTranslationKeyImpl, DictionaryTranslationKey, EmfFeatureValue, PersistableFeatureValue, V8FeatureValue

public interface TranslationKey extends Serializable
Interface for common translation key in the project.
See Also:
  • 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.