|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junitx.ddtunit.data.processing.ActionState
public final class ActionState
Class for defining special processing states useful for object instanciation
Field Summary | |
---|---|
static ActionState |
ARRAY_CREATION
|
static ActionState |
ASSERT_CREATION
Assert parsing type, identifying a standard assertion to parse |
static ActionState |
ATTRLIST_CREATION
|
static ActionState |
BEAN_CREATION
|
static ActionState |
CALL_CREATION
|
static ActionState |
COLLECTION_CREATION
Collection parsing type, identifying a collection object to parse, e.g. |
static ActionState |
CONSTANT_CREATION
|
static ActionState |
CONTENT_CREATION
XML Content parsing type, identifying xml content to parse |
static ActionState |
DATE_CREATION
Date parsing type, identifying a Date object to parse, e.g. |
static ActionState |
EXCEPTION_CREATION
Exception parsing type, identifying a standard expected exception to parse |
static ActionState |
MAP_CREATION
Map parsing type, identifying a map object to parse, e.g. |
static ActionState |
OBJECT_CREATION
Object parsing type, identifying a standard object to parse |
static ActionState |
SUBELEMENT_CREATION
Subelement parsing type, identifying a substructure object to parse, e.g. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Returns true if this ActionState is the
same as the o argument. |
int |
hashCode()
Override hashCode. |
String |
toString()
Overwrite toString() method. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ActionState OBJECT_CREATION
public static final ActionState ASSERT_CREATION
public static final ActionState EXCEPTION_CREATION
public static final ActionState CONTENT_CREATION
public static final ActionState SUBELEMENT_CREATION
public static final ActionState COLLECTION_CREATION
public static final ActionState MAP_CREATION
public static final ActionState DATE_CREATION
public static final ActionState ATTRLIST_CREATION
public static final ActionState ARRAY_CREATION
public static final ActionState BEAN_CREATION
public static final ActionState CALL_CREATION
public static final ActionState CONSTANT_CREATION
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object obj)
true
if this ActionState
is the
same as the o argument.
equals
in class Object
true
if this ActionState
is the
same as the o argument.public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |