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

Packages that use K_OPTION
de.mid.innovator.srv2api.icw2elem   
de.mid.innovator.srv2api.icw2meta Meta model and administration information. 
 

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

Methods in de.mid.innovator.srv2api.icw2elem that return K_OPTION
static K_OPTION K_OPTION.valueOf(int value)
          Returns the enumeration constant of this type with the specified value.
static K_OPTION K_OPTION.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static K_OPTION[] K_OPTION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of K_OPTION in de.mid.innovator.srv2api.icw2meta
 

Fields in de.mid.innovator.srv2api.icw2meta declared as K_OPTION
 K_OPTION ARG_ModifyOptionDlgCmd.kOption
          Kind of the option
 

Methods in de.mid.innovator.srv2api.icw2meta with parameters of type K_OPTION
 void ADOptionAble.modifyOptionDlg(K_OPTION kOption, boolean setUserHost, String sValUserHost, int lValUserHost, boolean setUser, String sValUser, int lValUser, boolean setGeneral, String sValGeneral, int lValGeneral)
          Modify the options specified by the given parameters.
 

Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_OPTION
ARG_ModifyOptionDlgCmd(K_OPTION kOption, boolean setUserHost, String sValUserHost, int lValUserHost, boolean setUser, String sValUser, int lValUser, boolean setGeneral, String sValGeneral, int lValGeneral)