Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELTranslationAble
Packages that use ELTranslationAble
Package
Description
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.
Meta model and administration information.
-
Uses of ELTranslationAble in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as ELTranslationAbleModifier and TypeFieldDescriptionARG_TranslationLanguage.ohTranscontainer of translations for one languageARG_UpdateTranslation.ohTranscontainer of translations for one languageMethods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELTranslationAbleModifier and TypeMethodDescription<T extends ELTranslationAble>
List<T> ELM2Locale.getTranslation(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All translation containers of this locale.Methods in de.mid.innovator.srv2api.icw2elem that return ELTranslationAbleModifier and TypeMethodDescriptionELTranslatedValue.getTranslationContainer()The translation container owning this translated value.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type ELTranslationAbleModifierConstructorDescriptionARG_TranslationLanguage(ELTranslationAble ohTrans, String strLanguage, String strLocale, List<ARG_TranslationProperty> seqTrans) ARG_UpdateTranslation(ELTranslationAble ohTrans, List<ARG_UpdateTranslationProperty> seqProp) -
Uses of ELTranslationAble in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELTranslationAble in de.mid.innovator.srv2api.icw2metaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceThis is a utility class for ADTranslationAble that provides static methods for creation or other purposes.interfaceinterfaceMethods in de.mid.innovator.srv2api.icw2meta with parameters of type ELTranslationAbleModifier and TypeMethodDescriptionvoidADTranslationAble.setTranslation(ELTranslationAble ohTrans, List<ARG_UpdateTranslationProperty> seqProp) Updates the translation of property values.