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