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