Uses of Interface
de.mid.innovator.srv2api.icw2meta.MM2Attribute
-
Packages that use MM2Attribute Package Description de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of MM2Attribute in de.mid.innovator.srv2api.icw2dg
Methods in de.mid.innovator.srv2api.icw2dg that return MM2Attribute Modifier and Type Method Description MM2Attribute
DGChapterAttribute. getAttribute()
The meta model attribute assigned to this documentation chapter. -
Uses of MM2Attribute in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as MM2Attribute Modifier and Type Field Description MM2Attribute
ARG_MMAssignClassification. ohAttr
attribute, which is restrictedFields in de.mid.innovator.srv2api.icw2meta with type parameters of type MM2Attribute Modifier and Type Field Description java.util.List<MM2Attribute>
ARG_NotToTranslate. seqAttr
list of translatable attributesMethods in de.mid.innovator.srv2api.icw2meta that return MM2Attribute Modifier and Type Method Description MM2Attribute
MM2ClassificationConstraint. getAttribute()
The meta attribute restricted by this classification constraint.MM2Attribute
MMFormatRuleSetOfRole. getRoleAttribute()
The meta attribute of this format rule set.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MM2Attribute Modifier and Type Method Description java.util.List<MM2Attribute>
MM2Class. getOwnedAndInheritedConfigAbleAssocEnd(K_CONTROL_OPTION... behaviourFlags)
All meta attributes which are owned or inherited by this meta class and represent a relationship which may be configured.java.util.List<MM2Attribute>
MM2Class. getOwnedAndInheritedInverseAssocEnd(boolean kind, K_CONTROL_OPTION... behaviourFlags)
All meta attributes of this metaclass with property 'assignKind' equal to 'InverseAssocEnd'.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MM2Attribute Modifier and Type Method Description java.util.List<MM2ClassificationConstraint>
MM2Classification. assignClassification(MMProfile ohProfile, MM2Attribute ohAttr, java.util.List<? extends MM2Classification> seqOh)
Assigns a list of meta classifications to a meta classification to restrict the valid values of the specified meta attribute.<T extends MM2Class>
java.util.List<T>MM2Class. getClassesOfViewAttr(java.lang.Class<T> returnType, MM2Attribute refObj, K_CONTROL_OPTION... behaviourFlags)
Returns not abstract specializations (transitive) of classes given byargument refObj
.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MM2Attribute Constructor Description ARG_MMAssignClassification(MMProfile ohProfile, MM2Attribute ohAttr, java.util.List<MM2Classification> seqOh)
-
Uses of MM2Attribute in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return MM2Attribute Modifier and Type Method Description MM2Attribute
PRDiaWhiteboardAttributeEdge. getMetaAttribute()
TheMM2Attribute
which is represented by thisPRDiaWhiteboardAttributeEdge
.
-