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