public enum GlobalRoles extends Enum<GlobalRoles>
| Enum Constant and Description |
|---|
ADMIN |
DRY_RUN_SCAN |
PROFILE_ADMIN |
PROVISION_PROJECTS |
SCAN |
SHARE_DASHBOARDS_AND_FILTERS |
| Modifier and Type | Method and Description |
|---|---|
static GlobalRoles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalRoles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalRoles PROFILE_ADMIN
public static final GlobalRoles ADMIN
public static final GlobalRoles SCAN
public static final GlobalRoles DRY_RUN_SCAN
public static final GlobalRoles PROVISION_PROJECTS
public static final GlobalRoles SHARE_DASHBOARDS_AND_FILTERS
public String sqlname
public static GlobalRoles[] values()
for (GlobalRoles c : GlobalRoles.values()) System.out.println(c);
public static GlobalRoles 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 © 2017. All rights reserved.