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

com.acquitygroup.webtest.model
[Java] Enum CategoryType

java.lang.Object
  com.acquitygroup.webtest.model.CategoryType
All Implemented Interfaces:
GroovyObject

public enum CategoryType

Enum Constant Summary
QUERY_PARAM

URL

 
Field Summary
static CategoryType MAX_VALUE

static CategoryType MIN_VALUE

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

MetaClass getMetaClass()

Object getProperty(String property)

Object invokeMethod(String method, Object arguments)

CategoryType next()

CategoryType 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

QUERY_PARAM

CategoryType QUERY_PARAM


URL

CategoryType URL


 
Field Detail

MAX_VALUE

public static final CategoryType MAX_VALUE


MIN_VALUE

public static final CategoryType MIN_VALUE


 
Method Detail

$INIT

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


getMetaClass

public MetaClass getMetaClass()


getProperty

public Object getProperty(String property)


invokeMethod

public Object invokeMethod(String method, Object arguments)


next

public CategoryType next()


previous

public CategoryType previous()


setMetaClass

public void setMetaClass(MetaClass mc)


setProperty

public void setProperty(String property, Object value)


 

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