org.exolab.castor.mapping.xml.types
public class TypeType extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:38 $
Field Summary | |
---|---|
static TypeType | VALUE_0
The instance of the none type
|
static int | VALUE_0_TYPE
The none type
|
static TypeType | VALUE_1
The instance of the count-limited type
|
static int | VALUE_1_TYPE
The count-limited type
|
static TypeType | VALUE_2
The instance of the time-limited type
|
static int | VALUE_2_TYPE
The time-limited type
|
static TypeType | VALUE_3
The instance of the unlimited type
|
static int | VALUE_3_TYPE
The unlimited type
|
Method Summary | |
---|---|
int | getType()
Returns the type of this TypeType
|
String | toString()
Returns the String representation of this TypeType
|
static TypeType | valueOf(String string)
Returns a new TypeType based on the given String value. |
Parameters: string