Uses of Class
de.mid.innovator.srv2api.icw2elem.K_COMPVIS

Packages that use K_COMPVIS
de.mid.innovator.srv2api.icw2elem   
de.mid.innovator.srv2api.icw2pres Diagramms and grafical representations of model elements in diagramms. 
 

Uses of K_COMPVIS in de.mid.innovator.srv2api.icw2elem
 

Methods in de.mid.innovator.srv2api.icw2elem that return K_COMPVIS
static K_COMPVIS K_COMPVIS.valueOf(int value)
          Returns the enumeration constant of this type with the specified value.
static K_COMPVIS K_COMPVIS.valueOf(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
 K_COMPVIS ARG_CompartmentVisibilityOut.kVis
          Actual visibility of the compartment
 K_COMPVIS ARG_CompartmentVisibility.kVis
          Visibility of the compartment
 

Fields in de.mid.innovator.srv2api.icw2pres with type parameters of type K_COMPVIS
 List<K_COMPVIS> ARG_CompartmentVisibilityOut.seqVis
          List of valid visibilities
 

Constructors in de.mid.innovator.srv2api.icw2pres with parameters of type K_COMPVIS
ARG_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_COMPVIS
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)