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