public static enum Role.RoleRight extends Enum<Role.RoleRight>
Enum Constant and Description |
---|
ADMINISTRATION |
CONFIGURATION |
DESIGN |
EDIT |
IMPORT |
INDEX |
QUERY |
TRAY |
VIEW |
Modifier and Type | Method and Description |
---|---|
static Role.RoleRight |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role.RoleRight[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Role.RoleRight IMPORT
public static final Role.RoleRight INDEX
public static final Role.RoleRight QUERY
public static final Role.RoleRight VIEW
public static final Role.RoleRight DESIGN
public static final Role.RoleRight CONFIGURATION
public static final Role.RoleRight ADMINISTRATION
public static final Role.RoleRight EDIT
public static final Role.RoleRight TRAY
public static Role.RoleRight[] values()
for (Role.RoleRight c : Role.RoleRight.values()) System.out.println(c);
public static Role.RoleRight 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 nullCopyright © 2016 SAPERION AG. All rights reserved.