org.exolab.castor.tests.framework.testDescriptor.types
Class CategoryType
java.lang.Object
org.exolab.castor.tests.framework.testDescriptor.types.CategoryType
- java.io.Serializable
public class CategoryType
extends java.lang.Object
implements java.io.Serializable
The type of test case, either basic capability or a special
case.
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.
|
BASIC_CAPABILITY
public static final CategoryType BASIC_CAPABILITY
The instance of the basic capability type
BASIC_CAPABILITY_TYPE
public static final int BASIC_CAPABILITY_TYPE
The basic capability type
SPECIAL_CASE
public static final CategoryType SPECIAL_CASE
The instance of the special case type
SPECIAL_CASE_TYPE
public static final int SPECIAL_CASE_TYPE
The special case type
enumerate
public static java.util.Enumeration enumerate()
Method enumerate.Returns an enumeration of all possible
instances of CategoryType
- an Enumeration over all possible instances of
CategoryType
getType
public int getType()
Method getType.Returns the type of this CategoryType
- the type of this CategoryType
toString
public java.lang.String toString()
Method toString.Returns the String representation of this
CategoryType
- the String representation of this CategoryType
valueOf
public static CategoryType valueOf(java.lang.String string)
Method valueOf.Returns a new CategoryType based on the given
String value.
- the CategoryType value of parameter 'string'
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com