Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_COMPMAINT
Packages that use K_COMPMAINT
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.
Diagrams and graphical representations of model elements in diagrams.
-
Uses of K_COMPMAINT in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_COMPMAINTModifier and TypeMethodDescriptionstatic K_COMPMAINTK_COMPMAINT.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_COMPMAINTReturns the enum constant of this class with the specified name.static K_COMPMAINT[]K_COMPMAINT.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_COMPMAINT in de.mid.innovator.srv2api.icw2pres
Fields in de.mid.innovator.srv2api.icw2pres declared as K_COMPMAINTModifier and TypeFieldDescriptionARG_CompartmentVisibility.kMaintMaintenance of the compartmentARG_CompartmentVisibilityOut.kMaintActual maintenance of the compartmentFields in de.mid.innovator.srv2api.icw2pres with type parameters of type K_COMPMAINTConstructors in de.mid.innovator.srv2api.icw2pres with parameters of type K_COMPMAINTModifierConstructorDescriptionARG_CompartmentVisibility(K_COMPARTMENT kComp, K_COMPVIS kVis, K_COMPMAINT kMaint) ARG_CompartmentVisibilityOut(K_COMPARTMENT kComp, String strName, K_COMPVIS kVis, K_COMPMAINT kMaint, List<K_COMPVIS> seqVis, List<String> seqVStr, List<K_COMPMAINT> seqMaint, List<String> seqMStr)