Uses of Class
de.mid.innovator.srv2api.icw2elem.K_COMPVIS
-
Packages that use K_COMPVIS 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_COMPVIS in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_COMPVIS Modifier and Type Method Description static K_COMPVISK_COMPVIS. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_COMPVISK_COMPVIS. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_COMPVIS[]K_COMPVIS. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_COMPVIS in de.mid.innovator.srv2api.icw2pres
Fields in de.mid.innovator.srv2api.icw2pres declared as K_COMPVIS Modifier and Type Field Description K_COMPVISARG_CompartmentVisibility. kVisVisibility of the compartmentK_COMPVISARG_CompartmentVisibilityOut. kVisActual visibility of the compartmentFields in de.mid.innovator.srv2api.icw2pres with type parameters of type K_COMPVIS Modifier and Type Field Description java.util.List<K_COMPVIS>ARG_CompartmentVisibilityOut. seqVisList of valid visibilitiesConstructors in de.mid.innovator.srv2api.icw2pres with parameters of type K_COMPVIS 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)Constructor parameters in de.mid.innovator.srv2api.icw2pres with type arguments of type K_COMPVIS Constructor Description 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)
-