Uses of Class
de.mid.innovator.srv2api.icw2elem.K_MESECTION
-
Packages that use K_MESECTION 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.de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters. -
-
Uses of K_MESECTION in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_MESECTION Modifier and Type Method Description static K_MESECTION
K_MESECTION. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_MESECTION
K_MESECTION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_MESECTION[]
K_MESECTION. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_MESECTION in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er with parameters of type K_MESECTION Modifier and Type Method Description <T extends ADClientAble>
java.util.List<T>EREntity. getSectionElements(java.lang.Class<T> returnType, MMStereotype stereotype, MESection refObj, K_MESECTION kind, K_CONTROL_OPTION... behaviourFlags)
The method calls getSectionElements and filters its return values according to the given stereotype value.<T extends ADClientAble>
java.util.List<T>EREntity. getSectionElements(java.lang.Class<T> returnType, MESection refObj, K_MESECTION kind, K_CONTROL_OPTION... behaviourFlags)
-