Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMTextValue
-
Packages that use MMTextValue Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of MMTextValue in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as MMTextValue Modifier and Type Field Description MMTextValue
ARG_SetTextTranslation. ohValue
text value elementMethods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MMTextValue Modifier and Type Method Description java.util.List<MMTextValue>
MMTextAble. getOwnedTextValue(K_CONTROL_OPTION... behaviourFlags)
All text values owned by this element.java.util.List<MMTextValue>
MMTextAble. getOwnedTextValueByPattern(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
All text values owned by this element.java.util.List<MMTextValue>
MMText. getTextValue(K_CONTROL_OPTION... behaviourFlags)
All set values for the text.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MMTextValue Modifier and Type Method Description void
ADTranslationAble. setTextTranslation(MMTextValue ohValue, java.lang.String strFlowTrans, java.lang.String strPlainTrans)
Changes the translation of the specified text value.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MMTextValue Constructor Description ARG_SetTextTranslation(MMTextValue ohValue, java.lang.String strFlowTrans, java.lang.String strPlainTrans)
-