Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMLabel
-
Packages that use MMLabel Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MMLabel in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as MMLabel Modifier and Type Field Description MMLabel
ARG_XFindLabelByMMLabelTerm. label
MMLabel instanceMethods in de.mid.innovator.srv2api.icw2meta that return MMLabel Modifier and Type Method Description static MMLabel
MMLabelHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Extents the basic function 'EntCreateOclCmd' for the elementMMLabel
by setting/modifying further attributes or elements.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MMLabel Modifier and Type Method Description java.util.List<MMLabel>
MM2Classification. getAllLabel(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
All labels of this classification.java.util.List<MMLabel>
MM2Classification. getLabel(K_CONTROL_OPTION... behaviourFlags)
All labels of this classification.java.util.List<MMLabel>
MMLabelAble. getLabel(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
The label named argument pattern which is configured for the classification of the selected element or all labels if no pattern is given.java.util.List<MMLabel>
MM2Classification. getLabelOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)
All labels of this and all included classifications.java.util.List<MMLabel>
MMProfile. getOwnedLabel(K_CONTROL_OPTION... behaviourFlags)
Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MMLabel Modifier and Type Method Description boolean
MMLabelAble. getLabelBoolValue(MMLabel refObj, java.lang.String pattern)
Returns the Boolean label value of the current object given by argument pattern orargument refObj
.int
MMLabelAble. getLabelLongValue(MMLabel refObj, java.lang.String pattern)
Returns the long label value of the current object given by argument pattern orargument refObj
.java.lang.String
MMLabelAble. getLabelStringValue(MMLabel refObj, java.lang.String pattern)
Returns the label value of the current object given by argument pattern orargument refObj
.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MMLabel Constructor Description ARG_XFindLabelByMMLabelTerm(boolean isNot, MMLabel label, K_OPERATOR op, boolean isCase, java.lang.String value)
-
Uses of MMLabel in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type MMLabel Modifier and Type Method Description java.util.List<MMLabel>
MEModel. getLabelOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
-