public static enum Constants.WithdrawalType extends Enum<Constants.WithdrawalType>
| Modifier and Type | Method and Description |
|---|---|
static Constants.WithdrawalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.WithdrawalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.WithdrawalType check
public static final Constants.WithdrawalType ach
public static Constants.WithdrawalType[] values()
for (Constants.WithdrawalType c : Constants.WithdrawalType.values()) System.out.println(c);
public static Constants.WithdrawalType 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. All Rights Reserved.