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