public static enum AbstractEstimate.Actions extends Enum<AbstractEstimate.Actions>
| Enum Constant and Description |
|---|
ADMIN_SANCTION |
BUDGET_APPROPRIATION |
BUDGET_DETAILS_SAVE |
CANCEL |
REJECT |
SUBMIT_FOR_APPROVAL |
TECH_SANCTION |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AbstractEstimate.Actions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEstimate.Actions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractEstimate.Actions SUBMIT_FOR_APPROVAL
public static final AbstractEstimate.Actions TECH_SANCTION
public static final AbstractEstimate.Actions BUDGET_DETAILS_SAVE
public static final AbstractEstimate.Actions BUDGET_APPROPRIATION
public static final AbstractEstimate.Actions ADMIN_SANCTION
public static final AbstractEstimate.Actions REJECT
public static final AbstractEstimate.Actions CANCEL
public static AbstractEstimate.Actions[] values()
for (AbstractEstimate.Actions c : AbstractEstimate.Actions.values()) System.out.println(c);
public static AbstractEstimate.Actions 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 nullpublic String toString()
toString in class Enum<AbstractEstimate.Actions>Copyright © 2015–2016 eGovernments Foundation. All rights reserved.