Uses of Class
de.mid.innovator.srv2api.icw2elem.K_INNOVATOR_COMPONENT
-
Packages that use K_INNOVATOR_COMPONENT 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_INNOVATOR_COMPONENT in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_INNOVATOR_COMPONENT Modifier and Type Method Description static K_INNOVATOR_COMPONENT
K_INNOVATOR_COMPONENT. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_INNOVATOR_COMPONENT
K_INNOVATOR_COMPONENT. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_INNOVATOR_COMPONENT[]
K_INNOVATOR_COMPONENT. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_INNOVATOR_COMPONENT in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta with type parameters of type K_INNOVATOR_COMPONENT Modifier and Type Field Description java.util.List<K_INNOVATOR_COMPONENT>
ARG_InnovatorComponentDlgInit. seqAll
list of all innovator componentsjava.util.List<K_INNOVATOR_COMPONENT>
ARG_InnovatorComponent. seqComp
list of innovator componentsjava.util.List<K_INNOVATOR_COMPONENT>
ARG_InnovatorComponentDlgInit. seqComp
list of selected innovator componentsMethod parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type K_INNOVATOR_COMPONENT Modifier and Type Method Description void
MMXProfile. setInnovatorComponent(java.util.List<K_INNOVATOR_COMPONENT> seqComp)
Modifies the innovator components of thisMMXProfile
.Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type K_INNOVATOR_COMPONENT Constructor Description ARG_InnovatorComponent(java.util.List<K_INNOVATOR_COMPONENT> seqComp)
-