com.acquitygroup.demandware:demandware-testing-framework:0.09

com.acquitygroup.webtest.module.product
[Java] Enum ProductDetailsModule.SwatchState

java.lang.Object
  com.acquitygroup.webtest.module.product.ProductDetailsModule.SwatchState
All Implemented Interfaces:
GroovyObject

public enum ProductDetailsModule.SwatchState

Enum Constant Summary
OFF

ON

 
Field Summary
static SwatchState MAX_VALUE

static SwatchState MIN_VALUE

 
Method Summary
static SwatchState $INIT(Object... para)

MetaClass getMetaClass()

Object getProperty(String property)

boolean getState()

Object invokeMethod(String method, Object arguments)

SwatchState next()

SwatchState previous()

void setMetaClass(MetaClass mc)

void setProperty(String property, Object value)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

OFF

ProductDetailsModule.SwatchState OFF


ON

ProductDetailsModule.SwatchState ON


 
Field Detail

MAX_VALUE

public static final SwatchState MAX_VALUE


MIN_VALUE

public static final SwatchState MIN_VALUE


 
Method Detail

$INIT

public static final SwatchState $INIT(Object... para)


getMetaClass

public MetaClass getMetaClass()


getProperty

public Object getProperty(String property)


getState

public boolean getState()


invokeMethod

public Object invokeMethod(String method, Object arguments)


next

public SwatchState next()


previous

public SwatchState previous()


setMetaClass

public void setMetaClass(MetaClass mc)


setProperty

public void setProperty(String property, Object value)


 

com.acquitygroup.demandware:demandware-testing-framework:0.09