Uses of Class
de.mid.innovator.srv2api.icw2elem.K_COMPMAINT
-
Packages that use K_COMPMAINT 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.icw2pres 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_COMPMAINT Modifier and Type Method Description static K_COMPMAINTK_COMPMAINT. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_COMPMAINTK_COMPMAINT. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_COMPMAINT[]K_COMPMAINT. values()Returns an array containing the constants of this enum type, 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_COMPMAINT Modifier and Type Field Description K_COMPMAINTARG_CompartmentVisibility. kMaintMaintenance of the compartmentK_COMPMAINTARG_CompartmentVisibilityOut. kMaintActual maintenance of the compartmentFields in de.mid.innovator.srv2api.icw2pres with type parameters of type K_COMPMAINT Modifier and Type Field Description java.util.List<K_COMPMAINT>ARG_CompartmentVisibilityOut. seqMaintList of valid maintainsConstructors in de.mid.innovator.srv2api.icw2pres with parameters of type K_COMPMAINT Constructor Description ARG_CompartmentVisibility(K_COMPARTMENT kComp, K_COMPVIS kVis, K_COMPMAINT kMaint)ARG_CompartmentVisibilityOut(K_COMPARTMENT kComp, java.lang.String strName, K_COMPVIS kVis, K_COMPMAINT kMaint, java.util.List<K_COMPVIS> seqVis, java.util.List<java.lang.String> seqVStr, java.util.List<K_COMPMAINT> seqMaint, java.util.List<java.lang.String> seqMStr)
-