|
||||||||
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.CategoryType
public class CategoryType
The type of test case, either basic capability or a special case.
Field Summary | |
---|---|
static CategoryType |
BASIC_CAPABILITY
The instance of the basic capability type |
static int |
BASIC_CAPABILITY_TYPE
The basic capability type |
static CategoryType |
SPECIAL_CASE
The instance of the special case type |
static int |
SPECIAL_CASE_TYPE
The special case type |
Method Summary | |
---|---|
static java.util.Enumeration |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of CategoryType |
int |
getType()
Method getType.Returns the type of this CategoryType |
java.lang.String |
toString()
Method toString.Returns the String representation of this CategoryType |
static CategoryType |
valueOf(java.lang.String string)
Method valueOf.Returns a new CategoryType 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 BASIC_CAPABILITY_TYPE
public static final CategoryType BASIC_CAPABILITY
public static final int SPECIAL_CASE_TYPE
public static final CategoryType SPECIAL_CASE
Method Detail |
---|
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static CategoryType valueOf(java.lang.String string)
string
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |