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