org.exolab.castor.builder.binding.types

Class FieldTypeCollectionType

Implemented Interfaces:
java.io.Serializable

public class FieldTypeCollectionType
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

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 java.util.Enumeration
enumerate()
Returns an enumeration of all possible instances of FieldTypeCollectionType
int
getType()
Returns the type of this FieldTypeCollectionType
java.lang.String
toString()
Returns the String representation of this FieldTypeCollectionType
static FieldTypeCollectionType
valueOf(java.lang.String string)
Returns a new FieldTypeCollectionType based on the given String value.

Field Details

ARRAY

public static final FieldTypeCollectionType ARRAY
The instance of the array type


ARRAYLIST

public static final FieldTypeCollectionType ARRAYLIST
The instance of the arraylist type


ARRAYLIST_TYPE

public static final int ARRAYLIST_TYPE
The arraylist type

Field Value:
2


ARRAY_TYPE

public static final int ARRAY_TYPE
The array type

Field Value:
0


COLLECTION

public static final FieldTypeCollectionType COLLECTION
The instance of the collection type


COLLECTION_TYPE

public static final int COLLECTION_TYPE
The collection type

Field Value:
4


HASHTABLE

public static final FieldTypeCollectionType HASHTABLE
The instance of the hashtable type


HASHTABLE_TYPE

public static final int HASHTABLE_TYPE
The hashtable type

Field Value:
3


MAP

public static final FieldTypeCollectionType MAP
The instance of the map type


MAP_TYPE

public static final int MAP_TYPE
The map type

Field Value:
7


ODMG

public static final FieldTypeCollectionType ODMG
The instance of the odmg type


ODMG_TYPE

public static final int ODMG_TYPE
The odmg type

Field Value:
5


SET

public static final FieldTypeCollectionType SET
The instance of the set type


SET_TYPE

public static final int SET_TYPE
The set type

Field Value:
6


VECTOR

public static final FieldTypeCollectionType VECTOR
The instance of the vector type


VECTOR_TYPE

public static final int VECTOR_TYPE
The vector type

Field Value:
1

Method Details

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of FieldTypeCollectionType


getType

public int getType()
Returns the type of this FieldTypeCollectionType


toString

public java.lang.String toString()
Returns the String representation of this FieldTypeCollectionType


valueOf

public static FieldTypeCollectionType valueOf(java.lang.String string)
Returns a new FieldTypeCollectionType based on the given String value.

Parameters:
string -


Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com