public enum WatBalanceType extends Enum<WatBalanceType>
| Enum Constant and Description |
|---|
BEST_BUY_MEAL |
DEPT_CHARGE |
DON_FLEX |
DON_MEAL |
FLEX1 |
FLEX2 |
FLEX3 |
FOOD_PLAN |
OVERDRAFT |
REWARDS |
TRANSFER |
VILLAGE_MEAL |
| Modifier and Type | Method and Description |
|---|---|
static WatBalanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatBalanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatBalanceType VILLAGE_MEAL
public static final WatBalanceType BEST_BUY_MEAL
public static final WatBalanceType FOOD_PLAN
public static final WatBalanceType FLEX1
public static final WatBalanceType FLEX2
public static final WatBalanceType FLEX3
public static final WatBalanceType TRANSFER
public static final WatBalanceType DON_MEAL
public static final WatBalanceType DON_FLEX
public static final WatBalanceType REWARDS
public static final WatBalanceType DEPT_CHARGE
public static final WatBalanceType OVERDRAFT
public static WatBalanceType[] values()
for (WatBalanceType c : WatBalanceType.values()) System.out.println(c);
public static WatBalanceType 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 © 2016. All rights reserved.