public static enum AccountAccess.AvailableAccounts extends Enum<AccountAccess.AvailableAccounts>
| Enum Constant and Description |
|---|
ALLACCOUNTS |
ALLACCOUNTSWITHOWNERNAME |
| Modifier and Type | Method and Description |
|---|---|
static AccountAccess.AvailableAccounts |
fromValue(String value) |
String |
toString() |
static AccountAccess.AvailableAccounts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountAccess.AvailableAccounts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountAccess.AvailableAccounts ALLACCOUNTS
public static final AccountAccess.AvailableAccounts ALLACCOUNTSWITHOWNERNAME
public static AccountAccess.AvailableAccounts[] values()
for (AccountAccess.AvailableAccounts c : AccountAccess.AvailableAccounts.values()) System.out.println(c);
public static AccountAccess.AvailableAccounts 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 static AccountAccess.AvailableAccounts fromValue(String value)
public String toString()
toString in class Enum<AccountAccess.AvailableAccounts>Copyright © 2020. All rights reserved.