junitx.ddtunit.data.processing
Class ActionState

java.lang.Object
  extended by junitx.ddtunit.data.processing.ActionState

public final class ActionState
extends Object

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

OBJECT_CREATION

public static final ActionState OBJECT_CREATION
Object parsing type, identifying a standard object to parse


ASSERT_CREATION

public static final ActionState ASSERT_CREATION
Assert parsing type, identifying a standard assertion to parse


EXCEPTION_CREATION

public static final ActionState EXCEPTION_CREATION
Exception parsing type, identifying a standard expected exception to parse


CONTENT_CREATION

public static final ActionState CONTENT_CREATION
XML Content parsing type, identifying xml content to parse


SUBELEMENT_CREATION

public static final ActionState SUBELEMENT_CREATION
Subelement parsing type, identifying a substructure object to parse, e.g. a field of a value object


COLLECTION_CREATION

public static final ActionState COLLECTION_CREATION
Collection parsing type, identifying a collection object to parse, e.g. a list of object values


MAP_CREATION

public static final ActionState MAP_CREATION
Map parsing type, identifying a map object to parse, e.g. a list of object values


DATE_CREATION

public static final ActionState DATE_CREATION
Date parsing type, identifying a Date object to parse, e.g. a date time object


ATTRLIST_CREATION

public static final ActionState ATTRLIST_CREATION

ARRAY_CREATION

public static final ActionState ARRAY_CREATION

BEAN_CREATION

public static final ActionState BEAN_CREATION

CALL_CREATION

public static final ActionState CALL_CREATION

CONSTANT_CREATION

public static final ActionState CONSTANT_CREATION
Method Detail

toString

public String toString()
Overwrite toString() method.

Overrides:
toString in class Object
Returns:
name of parse type

equals

public boolean equals(Object obj)
Returns true if this ActionState is the same as the o argument.

Overrides:
equals in class Object
Returns:
true if this ActionState is the same as the o argument.

hashCode

public int hashCode()
Override hashCode.

Overrides:
hashCode in class Object
Returns:
the Objects hashcode.


Copyright © 2004-2007. All Rights Reserved.