public enum MenuRequestType extends Enum<MenuRequestType>
| Enum Constant and Description |
|---|
ALL |
EXCLUDE_HIDDEN_PERMISSIONSAND_TABS |
EXCLUDE_PERMISSIONS |
EXCLUDE_PERMISSIONSAND_TABS |
EXCLUDE_TABS |
| Modifier and Type | Method and Description |
|---|---|
static MenuRequestType |
fromValue(String v) |
String |
value() |
static MenuRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MenuRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MenuRequestType ALL
public static final MenuRequestType EXCLUDE_PERMISSIONS
public static final MenuRequestType EXCLUDE_TABS
public static final MenuRequestType EXCLUDE_PERMISSIONSAND_TABS
public static final MenuRequestType EXCLUDE_HIDDEN_PERMISSIONSAND_TABS
public static MenuRequestType[] values()
for (MenuRequestType c : MenuRequestType.values()) System.out.println(c);
public static MenuRequestType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static MenuRequestType fromValue(String v)
Copyright © 2025 CERN European Organization for Nuclear Research. All rights reserved.