Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELTranslationAble
-
Packages that use ELTranslationAble Package Description de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ELTranslationAble in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as ELTranslationAble Modifier and Type Field Description ELTranslationAble
ARG_TranslationLanguage. ohTrans
container of translations for one languageELTranslationAble
ARG_UpdateTranslation. ohTrans
container of translations for one languageMethods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELTranslationAble Modifier and Type Method Description <T extends ELTranslationAble>
java.util.List<T>ELM2Locale. getTranslation(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All translation containers of this locale.Methods in de.mid.innovator.srv2api.icw2elem that return ELTranslationAble Modifier and Type Method Description ELTranslationAble
ELTranslatedValue. getTranslationContainer()
The translation container owning this translated value.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type ELTranslationAble Constructor Description ARG_TranslationLanguage(ELTranslationAble ohTrans, java.lang.String strLanguage, java.lang.String strLocale, java.util.List<ARG_TranslationProperty> seqTrans)
ARG_UpdateTranslation(ELTranslationAble ohTrans, java.util.List<ARG_UpdateTranslationProperty> seqProp)
-
Uses of ELTranslationAble in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELTranslationAble in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
ADConfigTranslation
interface
ADModelTranslation
interface
ADTranslationAble
This is a utility class for ADTranslationAble that provides static methods for creation or other purposes.interface
MM2SchemaTranslation
interface
MMProfileTranslation
Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ELTranslationAble Modifier and Type Method Description void
ADTranslationAble. setTranslation(ELTranslationAble ohTrans, java.util.List<ARG_UpdateTranslationProperty> seqProp)
Updates the translation of property values.
-