|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.tests.framework.testDescriptor.types.FailureStepType
public class FailureStepType
Class FailureStepType.
Field Summary | |
---|---|
static FailureStepType |
COMPARE_TO_REFERENCE
The instance of the compare-to-reference type |
static int |
COMPARE_TO_REFERENCE_TYPE
The compare-to-reference type |
static FailureStepType |
CUSTOM_TEST
The instance of the custom-test type |
static int |
CUSTOM_TEST_TYPE
The custom-test type |
static FailureStepType |
LISTENER_COMPARISON
The instance of the listener-comparison type |
static int |
LISTENER_COMPARISON_TYPE
The listener-comparison type |
static FailureStepType |
LOAD_GENERATED_CLASSES
The instance of the load-generated-classes type |
static int |
LOAD_GENERATED_CLASSES_TYPE
The load-generated-classes type |
static FailureStepType |
MARSHAL_TO_DISK
The instance of the marshal-to-disk type |
static int |
MARSHAL_TO_DISK_TYPE
The marshal-to-disk type |
static FailureStepType |
PARSE_SCHEMA
The instance of the parse-schema type |
static int |
PARSE_SCHEMA_TYPE
The parse-schema type |
static FailureStepType |
SECOND_COMPARE
The instance of the second-compare type |
static int |
SECOND_COMPARE_TYPE
The second-compare type |
static FailureStepType |
SECOND_UNMARSHAL
The instance of the second-unmarshal type |
static int |
SECOND_UNMARSHAL_TYPE
The second-unmarshal type |
static FailureStepType |
SOURCE_COMPILATION
The instance of the source-compilation type |
static int |
SOURCE_COMPILATION_TYPE
The source-compilation type |
static FailureStepType |
SOURCE_GENERATION
The instance of the source-generation type |
static int |
SOURCE_GENERATION_TYPE
The source-generation type |
static FailureStepType |
UNMARSHAL_REFERENCE
The instance of the unmarshal-reference type |
static int |
UNMARSHAL_REFERENCE_TYPE
The unmarshal-reference type |
static FailureStepType |
WRITE_SCHEMA
The instance of the write-schema type |
static int |
WRITE_SCHEMA_TYPE
The write-schema type |
Method Summary | |
---|---|
static java.util.Enumeration |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of FailureStepType |
int |
getType()
Method getType.Returns the type of this FailureStepType |
java.lang.String |
toString()
Method toString.Returns the String representation of this FailureStepType |
static FailureStepType |
valueOf(java.lang.String string)
Method valueOf.Returns a new FailureStepType based on the given String value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int PARSE_SCHEMA_TYPE
public static final FailureStepType PARSE_SCHEMA
public static final int WRITE_SCHEMA_TYPE
public static final FailureStepType WRITE_SCHEMA
public static final int SOURCE_GENERATION_TYPE
public static final FailureStepType SOURCE_GENERATION
public static final int SOURCE_COMPILATION_TYPE
public static final FailureStepType SOURCE_COMPILATION
public static final int LOAD_GENERATED_CLASSES_TYPE
public static final FailureStepType LOAD_GENERATED_CLASSES
public static final int UNMARSHAL_REFERENCE_TYPE
public static final FailureStepType UNMARSHAL_REFERENCE
public static final int MARSHAL_TO_DISK_TYPE
public static final FailureStepType MARSHAL_TO_DISK
public static final int COMPARE_TO_REFERENCE_TYPE
public static final FailureStepType COMPARE_TO_REFERENCE
public static final int SECOND_COMPARE_TYPE
public static final FailureStepType SECOND_COMPARE
public static final int LISTENER_COMPARISON_TYPE
public static final FailureStepType LISTENER_COMPARISON
public static final int SECOND_UNMARSHAL_TYPE
public static final FailureStepType SECOND_UNMARSHAL
public static final int CUSTOM_TEST_TYPE
public static final FailureStepType CUSTOM_TEST
Method Detail |
---|
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static FailureStepType valueOf(java.lang.String string)
string
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |