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

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

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

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

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

Fields in de.mid.innovator.srv2api.icw2meta declared as K_MENU
 K_MENU ARG_MMDynamicMenu.kindMenu
           
 

Methods in de.mid.innovator.srv2api.icw2meta with parameters of type K_MENU
 List<ARG_MMMenuOut> MMMenuAble.getMenu(K_MENU kindMenu)
          All menus and menu items of this element.
 

Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_MENU
ARG_MMDynamicMenu(K_MENU kindMenu)