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