Uses of Class
de.mid.innovator.srv2api.icw2elem.K_MENU
-
Packages that use K_MENU Package Description de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.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 Modifier and Type Method Description 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(java.lang.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 Modifier and Type Field Description K_MENU
ARG_MMDynamicMenu. kindMenu
Methods in de.mid.innovator.srv2api.icw2meta with parameters of type K_MENU Modifier and Type Method Description java.util.List<ARG_MMMenuOut>
MMMenuAble. getMenu(K_MENU kindMenu)
All menus and menu items of thisMMMenuAble
for the specified menu kind.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_MENU Constructor Description ARG_MMDynamicMenu(K_MENU kindMenu)
-