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

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

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

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

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

Fields in de.mid.innovator.srv2api.icw2meta declared as K_LOGINKIND
 K_LOGINKIND ARG_LoginAllow.logK
          login kind
 

Methods in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOGINKIND
 void ADModel.allowLogin(K_LOGINKIND logK, boolean allowLogin, String text)
          Allow or prevent to login in the model.
 

Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOGINKIND
ARG_LoginAllow(K_LOGINKIND logK, boolean allowLogin, String text)