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

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

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

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

Fields in de.mid.innovator.srv2api.icw2pres with type parameters of type K_COMPMAINT
 List<K_COMPMAINT> ARG_CompartmentVisibilityOut.seqMaint
          List of valid maintains
 

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