public static enum CoinAuthority.Authority extends Enum<CoinAuthority.Authority>
| Enum Constant and Description |
|---|
ROLE_DASHBOARD_ADMIN |
ROLE_DASHBOARD_SUPER_USER |
ROLE_DASHBOARD_VIEWER |
ROLE_SHOWROOM_ADMIN |
ROLE_SHOWROOM_SUPER_USER |
ROLE_SHOWROOM_USER |
| Modifier and Type | Method and Description |
|---|---|
static CoinAuthority.Authority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoinAuthority.Authority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoinAuthority.Authority ROLE_DASHBOARD_ADMIN
public static final CoinAuthority.Authority ROLE_DASHBOARD_VIEWER
public static final CoinAuthority.Authority ROLE_DASHBOARD_SUPER_USER
public static final CoinAuthority.Authority ROLE_SHOWROOM_ADMIN
public static final CoinAuthority.Authority ROLE_SHOWROOM_USER
public static final CoinAuthority.Authority ROLE_SHOWROOM_SUPER_USER
public static CoinAuthority.Authority[] values()
for (CoinAuthority.Authority c : CoinAuthority.Authority.values()) System.out.println(c);
public static CoinAuthority.Authority 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 © 2012–2014 SURFnet bv, The Netherlands. All rights reserved.