Uses of Class
de.mid.innovator.srv2api.icw2elem.K_CTREE
-
Packages that use K_CTREE 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.icw2meta Meta model and administration information. -
-
Uses of K_CTREE in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_CTREE Modifier and Type Method Description static K_CTREE
K_CTREE. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_CTREE
K_CTREE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_CTREE[]
K_CTREE. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_CTREE in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta with type parameters of type K_CTREE Modifier and Type Field Description java.util.List<K_CTREE>
ARG_VerifyProfileElementMessageListIn. seqCTree
List of kind of configuration views to be verifiedMethods in de.mid.innovator.srv2api.icw2meta with parameters of type K_CTREE Modifier and Type Method Description void
MMProfile. generatePossibleEntries(K_CTREE item)
Generates all possible entries for this profile within the specified view of the configuration editor.boolean
MM2Class. isCTreeConfigAble(K_CTREE kind)
True, if this metaclass is used in the part of the configuration editor specified by argument kind.boolean
MM2Package. isCTreeConfigAble(K_CTREE kind)
True, if this metapackage is used in the part of the configuration editor specified by argument kind.
-