Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_ENGINEERING
Packages that use K_ENGINEERING
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.
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_ENGINEERINGModifier and TypeMethodDescriptionstatic K_ENGINEERINGK_ENGINEERING.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_ENGINEERINGReturns the enum constant of this class with the specified name.static K_ENGINEERING[]K_ENGINEERING.values()Returns an array containing the constants of this enum class, 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_ENGINEERINGModifier and TypeFieldDescriptionARG_MMEvalSequence.kEngineeringKind of the engineering sequenceARG_MMMenuItemOut.kEngineeringkind of the engineering actionMethods in de.mid.innovator.srv2api.icw2meta that return K_ENGINEERINGModifier and TypeMethodDescriptionMMEngineeringSequence.getEngineeringKind()The kind of this engineering sequence.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_ENGINEERINGModifierConstructorDescriptionARG_MMEvalSequence(K_ENGINEERING kEngineering, boolean isSingle, List<ARG_MMEvalAction> seq) ARG_MMMenuItemOut(MMMenuItem ohItem, MMMenuItemAble ohAble, String nameItem, String nameBmp, Class<? extends ELObject> kVOclModel, Class<? extends ELObject> kVOclPres, int idStereo, String strComment, String strMeta, boolean isDia, boolean hasRequirement, boolean hasCreate, boolean hasSelMany, K_ENGINEERING kEngineering, List<Class<? extends ELObject>> seqAddContext, int iEnumCreate, int idStereoSrc, int idStereoTrg)