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

org.exolab.castor.builder.binding.types.FieldTypeCollectionType Class Reference

List of all members.

Public Member Functions

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

Static Public Member Functions

static java.util.Enumeration enumerate ()
static
org.exolab.castor.builder.binding.types.FieldTypeCollectionType 
valueOf (java.lang.String string)

Static Public Attributes

static final int ARRAY_TYPE = 0
static final
FieldTypeCollectionType 
ARRAY = new FieldTypeCollectionType(ARRAY_TYPE, "array")
static final int VECTOR_TYPE = 1
static final
FieldTypeCollectionType 
VECTOR = new FieldTypeCollectionType(VECTOR_TYPE, "vector")
static final int ARRAYLIST_TYPE = 2
static final
FieldTypeCollectionType 
ARRAYLIST = new FieldTypeCollectionType(ARRAYLIST_TYPE, "arraylist")
static final int HASHTABLE_TYPE = 3
static final
FieldTypeCollectionType 
HASHTABLE = new FieldTypeCollectionType(HASHTABLE_TYPE, "hashtable")
static final int COLLECTION_TYPE = 4
static final
FieldTypeCollectionType 
COLLECTION = new FieldTypeCollectionType(COLLECTION_TYPE, "collection")
static final int ODMG_TYPE = 5
static final
FieldTypeCollectionType 
ODMG = new FieldTypeCollectionType(ODMG_TYPE, "odmg")
static final int SET_TYPE = 6
static final
FieldTypeCollectionType 
SET = new FieldTypeCollectionType(SET_TYPE, "set")
static final int MAP_TYPE = 7
static final
FieldTypeCollectionType 
MAP = new FieldTypeCollectionType(MAP_TYPE, "map")

Detailed Description

Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:07:55

Member Function Documentation

static java.util.Enumeration org.exolab.castor.builder.binding.types.FieldTypeCollectionType.enumerate (  )  [static]

Returns an enumeration of all possible instances of FieldTypeCollectionType

int org.exolab.castor.builder.binding.types.FieldTypeCollectionType.getType (  ) 

Returns the type of this FieldTypeCollectionType

java.lang.String org.exolab.castor.builder.binding.types.FieldTypeCollectionType.toString (  ) 
static org.exolab.castor.builder.binding.types.FieldTypeCollectionType org.exolab.castor.builder.binding.types.FieldTypeCollectionType.valueOf ( java.lang.String  string  )  [static]

Returns a new FieldTypeCollectionType based on the given String value.

Parameters:
string 

Member Data Documentation

The instance of the array type

The array type

The instance of the arraylist type

The arraylist type

The instance of the collection type

The collection type

The instance of the hashtable type

The hashtable type

The instance of the map type

The map type

The instance of the odmg type

The odmg type

The instance of the set type

The set type

The instance of the vector type

The vector type


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