Public Member Functions | Static Public Member Functions | Static Public Attributes

org.exolab.castor.mapping.xml.types.TypeType Class Reference

List of all members.

Public Member Functions

int getType ()
java.lang.String toString ()

Static Public Member Functions

static
org.exolab.castor.mapping.xml.types.TypeType 
valueOf (java.lang.String string)

Static Public Attributes

static final int VALUE_0_TYPE = 0
static final TypeType VALUE_0 = new TypeType(VALUE_0_TYPE, "none")
static final int VALUE_1_TYPE = 1
static final TypeType VALUE_1 = new TypeType(VALUE_1_TYPE, "count-limited")
static final int VALUE_2_TYPE = 2
static final TypeType VALUE_2 = new TypeType(VALUE_2_TYPE, "time-limited")
static final int VALUE_3_TYPE = 3
static final TypeType VALUE_3 = new TypeType(VALUE_3_TYPE, "unlimited")

Detailed Description

Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:08:38

Member Function Documentation

int org.exolab.castor.mapping.xml.types.TypeType.getType (  ) 

Returns the type of this TypeType

java.lang.String org.exolab.castor.mapping.xml.types.TypeType.toString (  ) 

Returns the String representation of this TypeType

static org.exolab.castor.mapping.xml.types.TypeType org.exolab.castor.mapping.xml.types.TypeType.valueOf ( java.lang.String  string  )  [static]

Returns a new TypeType based on the given String value.

Parameters:
string 

Member Data Documentation

The instance of the none type

The none type

The instance of the count-limited type

The count-limited type

The instance of the time-limited type

The time-limited type

The instance of the unlimited type

The unlimited type


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties