Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_COMPVIS
Packages that use K_COMPVIS
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_COMPVIS in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_COMPVISModifier and TypeMethodDescriptionstatic K_COMPVISK_COMPVIS.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_COMPVISReturns the enum constant of this class with the specified name.static K_COMPVIS[]K_COMPVIS.values()Returns an array containing the constants of this enum class, 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_COMPVISModifier and TypeFieldDescriptionARG_CompartmentVisibility.kVisVisibility of the compartmentARG_CompartmentVisibilityOut.kVisActual visibility of the compartmentFields in de.mid.innovator.srv2api.icw2pres with type parameters of type K_COMPVISConstructors in de.mid.innovator.srv2api.icw2pres with parameters of type K_COMPVISModifierConstructorDescriptionARG_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) Constructor parameters in de.mid.innovator.srv2api.icw2pres with type arguments of type K_COMPVISModifierConstructorDescriptionARG_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)