Uses of Class
de.mid.innovator.srv2api.icw2elem.K_ENGINEERING
-
Packages that use K_ENGINEERING 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_ENGINEERING in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_ENGINEERING Modifier and Type Method Description static K_ENGINEERING
K_ENGINEERING. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_ENGINEERING
K_ENGINEERING. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_ENGINEERING[]
K_ENGINEERING. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_ENGINEERING in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_ENGINEERING Modifier and Type Field Description K_ENGINEERING
ARG_MMEvalSequence. kEngineering
Kind of the engineering sequenceK_ENGINEERING
ARG_MMMenuItemOut. kEngineering
kind of the engineering actionMethods in de.mid.innovator.srv2api.icw2meta that return K_ENGINEERING Modifier and Type Method Description K_ENGINEERING
MMEngineeringSequence. getEngineeringKind()
The kind of this engineering sequence.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_ENGINEERING Constructor Description ARG_MMEvalSequence(K_ENGINEERING kEngineering, boolean isSingle, java.util.List<ARG_MMEvalAction> seq)
ARG_MMMenuItemOut(MMMenuItem ohItem, MMMenuItemAble ohAble, java.lang.String nameItem, java.lang.String nameBmp, java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, int idStereo, java.lang.String strComment, java.lang.String strMeta, boolean isDia, boolean hasRequirement, boolean hasCreate, boolean hasSelMany, K_ENGINEERING kEngineering, java.util.List<java.lang.Class<? extends ELObject>> seqAddContext, int iEnumCreate)
-