public static enum CoinAuthority.Authority extends Enum<CoinAuthority.Authority>
| Enum Constant and Description |
|---|
NA |
ROLE_DISTRIBUTION_CHANNEL_ADMIN |
| 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_DISTRIBUTION_CHANNEL_ADMIN
public static final CoinAuthority.Authority NA
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 © 2013–2014 SURFnet bv, The Netherlands. All rights reserved.