public enum RemovedViewAction extends java.lang.Enum<RemovedViewAction> implements groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
static RemovedViewAction |
MAX_VALUE |
static RemovedViewAction |
MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static RemovedViewAction |
$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) |
RemovedViewAction |
next() |
RemovedViewAction |
previous() |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
static RemovedViewAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemovedViewAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemovedViewAction IGNORE
public static final RemovedViewAction DELETE
public static final RemovedViewAction MIN_VALUE
public static final RemovedViewAction MAX_VALUE
public static RemovedViewAction[] values()
for (RemovedViewAction c : RemovedViewAction.values()) System.out.println(c);
public static RemovedViewAction 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 RemovedViewAction next()
public RemovedViewAction previous()
public static final RemovedViewAction $INIT(java.lang.Object... para)