org.exolab.castor.builder.binding.types
public class FieldTypeCollectionType extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:07:55 $
| Field Summary | |
|---|---|
| static FieldTypeCollectionType | ARRAY
The instance of the array type
|
| static FieldTypeCollectionType | ARRAYLIST
The instance of the arraylist type
|
| static int | ARRAYLIST_TYPE
The arraylist type
|
| static int | ARRAY_TYPE
The array type
|
| static FieldTypeCollectionType | COLLECTION
The instance of the collection type
|
| static int | COLLECTION_TYPE
The collection type
|
| static FieldTypeCollectionType | HASHTABLE
The instance of the hashtable type
|
| static int | HASHTABLE_TYPE
The hashtable type
|
| static FieldTypeCollectionType | MAP
The instance of the map type
|
| static int | MAP_TYPE
The map type
|
| static FieldTypeCollectionType | ODMG
The instance of the odmg type
|
| static int | ODMG_TYPE
The odmg type
|
| static FieldTypeCollectionType | SET
The instance of the set type
|
| static int | SET_TYPE
The set type
|
| static FieldTypeCollectionType | VECTOR
The instance of the vector type
|
| static int | VECTOR_TYPE
The vector type
|
| Method Summary | |
|---|---|
| static Enumeration | enumerate()
Returns an enumeration of all possible instances of
FieldTypeCollectionType
|
| int | getType()
Returns the type of this FieldTypeCollectionType
|
| String | toString()
Returns the String representation of this
FieldTypeCollectionType
|
| static FieldTypeCollectionType | valueOf(String string)
Returns a new FieldTypeCollectionType based on the given
String value.
|
Parameters: string