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