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