Uses of Class
com.netgrif.application.engine.workflow.domain.menu.MenuItemConstants
-
Packages that use MenuItemConstants Package Description com.netgrif.application.engine.workflow.domain.menu -
-
Uses of MenuItemConstants in com.netgrif.application.engine.workflow.domain.menu
Methods in com.netgrif.application.engine.workflow.domain.menu that return MenuItemConstants Modifier and Type Method Description static MenuItemConstantsMenuItemConstants. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MenuItemConstants[]MenuItemConstants. values()Returns an array containing the constants of this enum type, in the order they are declared.
-