Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELTranslatedValue
-
Packages that use ELTranslatedValue 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. -
-
Uses of ELTranslatedValue in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return types with arguments of type ELTranslatedValue Modifier and Type Method Description java.util.List<ELTranslatedValue>
ELM2Attribute. getAttributeTranslation(K_CONTROL_OPTION... behaviourFlags)
All translated values of this attribute.java.util.List<ELTranslatedValue>
ELUUIDAble. getTranslatedValue()
All translated values of this element.java.util.List<ELTranslatedValue>
ELTranslationAble. getTranslatedValues(K_CONTROL_OPTION... behaviourFlags)
All translated values owned by this translation container.
-