Uses of Class
de.mid.innovator.srv2api.icw2elem.K_M2ATTRIBUTE_SET
-
Packages that use K_M2ATTRIBUTE_SET 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 K_M2ATTRIBUTE_SET in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_M2ATTRIBUTE_SET Modifier and Type Method Description K_M2ATTRIBUTE_SET
ELM2Attribute. getM2AttributeSets()
The metaattribute sets this attribute is assigned to.static K_M2ATTRIBUTE_SET
K_M2ATTRIBUTE_SET. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_M2ATTRIBUTE_SET
K_M2ATTRIBUTE_SET. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_M2ATTRIBUTE_SET[]
K_M2ATTRIBUTE_SET. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type K_M2ATTRIBUTE_SET Modifier and Type Method Description <T extends ELM2Attribute>
java.util.List<T>ELM2Class. getPropertiesByM2AttributeSet(java.lang.Class<T> returnType, K_M2ATTRIBUTE_SET kind, K_CONTROL_OPTION... behaviourFlags)
All metaattributes of this class specified by argument kind.
-