public enum RemovedJobAction extends java.lang.Enum<RemovedJobAction>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName() |
static RemovedJobAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemovedJobAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemovedJobAction IGNORE
public static final RemovedJobAction DISABLE
public static final RemovedJobAction DELETE
public static RemovedJobAction[] values()
for (RemovedJobAction c : RemovedJobAction.values()) System.out.println(c);
public static RemovedJobAction valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getDisplayName()