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