public static enum AccountDataType.Fields extends Enum<AccountDataType.Fields>
Enum Constant and Description |
---|
DEPOSIT |
ID |
INITIAL_BALANCE |
JIVE_DEPOSIT |
JIVE_WITHDRAWAL |
NAME |
TYPE_ID |
WITHDRAWAL |
Modifier and Type | Method and Description |
---|---|
static AccountDataType.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountDataType.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountDataType.Fields ID
public static final AccountDataType.Fields NAME
public static final AccountDataType.Fields TYPE_ID
public static final AccountDataType.Fields DEPOSIT
public static final AccountDataType.Fields JIVE_DEPOSIT
public static final AccountDataType.Fields WITHDRAWAL
public static final AccountDataType.Fields JIVE_WITHDRAWAL
public static final AccountDataType.Fields INITIAL_BALANCE
public static AccountDataType.Fields[] values()
for (AccountDataType.Fields c : AccountDataType.Fields.values()) System.out.println(c);
public static AccountDataType.Fields 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 © 2014 Leonard UK Ltd. All rights reserved.