public enum RemovedJobAction extends java.lang.Enum<RemovedJobAction> implements groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
static RemovedJobAction |
MAX_VALUE |
static RemovedJobAction |
MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static RemovedJobAction |
$INIT(java.lang.Object... para) |
java.lang.String |
getDisplayName() |
groovy.lang.MetaClass |
getMetaClass() |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
RemovedJobAction |
next() |
RemovedJobAction |
previous() |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
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 final RemovedJobAction MIN_VALUE
public static final RemovedJobAction MAX_VALUE
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 groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic java.lang.Object getProperty(java.lang.String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(java.lang.String property,
java.lang.Object value)
setProperty in interface groovy.lang.GroovyObjectpublic final java.lang.String getDisplayName()
public RemovedJobAction next()
public RemovedJobAction previous()
public static final RemovedJobAction $INIT(java.lang.Object... para)