public static enum RealBanksBankModificationEvent.BankModificationType extends java.lang.Enum<RealBanksBankModificationEvent.BankModificationType>
| Enum Constant and Description |
|---|
ACCOUNT_LIMIT |
ENTER_COST |
ENTER_PERMISSION |
LOG_TRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
static RealBanksBankModificationEvent.BankModificationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RealBanksBankModificationEvent.BankModificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealBanksBankModificationEvent.BankModificationType ACCOUNT_LIMIT
public static final RealBanksBankModificationEvent.BankModificationType ENTER_PERMISSION
public static final RealBanksBankModificationEvent.BankModificationType LOG_TRANSACTION
public static final RealBanksBankModificationEvent.BankModificationType ENTER_COST
public static RealBanksBankModificationEvent.BankModificationType[] values()
for (RealBanksBankModificationEvent.BankModificationType c : RealBanksBankModificationEvent.BankModificationType.values()) System.out.println(c);
public static RealBanksBankModificationEvent.BankModificationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null