Class FieldTypeCollectionType
- java.lang.Object
-
- org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
- All Implemented Interfaces:
java.io.Serializable
public class FieldTypeCollectionType extends java.lang.Object implements java.io.Serializable
Class FieldTypeCollectionType.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static FieldTypeCollectionType
ARRAY
The instance of the array typestatic int
ARRAY_TYPE
The array typestatic FieldTypeCollectionType
ARRAYLIST
The instance of the arraylist typestatic int
ARRAYLIST_TYPE
The arraylist typestatic FieldTypeCollectionType
COLLECTION
The instance of the collection typestatic int
COLLECTION_TYPE
The collection typestatic FieldTypeCollectionType
HASHTABLE
The instance of the hashtable typestatic int
HASHTABLE_TYPE
The hashtable typestatic FieldTypeCollectionType
MAP
The instance of the map typestatic int
MAP_TYPE
The map typestatic FieldTypeCollectionType
ODMG
The instance of the odmg typestatic int
ODMG_TYPE
The odmg typestatic FieldTypeCollectionType
SET
The instance of the set typestatic int
SET_TYPE
The set typestatic FieldTypeCollectionType
SORTEDSET
The instance of the sortedset typestatic int
SORTEDSET_TYPE
The sortedset typestatic FieldTypeCollectionType
VECTOR
The instance of the vector typestatic int
VECTOR_TYPE
The vector type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.Enumeration
enumerate()
Method enumerate.Returns an enumeration of all possible instances of FieldTypeCollectionTypeint
getType()
Method getType.Returns the type of this FieldTypeCollectionTypejava.lang.String
toString()
Method toString.Returns the String representation of this FieldTypeCollectionTypestatic FieldTypeCollectionType
valueOf(java.lang.String string)
Method valueOf.Returns a new FieldTypeCollectionType based on the given String value.
-
-
-
Field Detail
-
ARRAY_TYPE
public static final int ARRAY_TYPE
The array type- See Also:
- Constant Field Values
-
ARRAY
public static final FieldTypeCollectionType ARRAY
The instance of the array type
-
VECTOR_TYPE
public static final int VECTOR_TYPE
The vector type- See Also:
- Constant Field Values
-
VECTOR
public static final FieldTypeCollectionType VECTOR
The instance of the vector type
-
ARRAYLIST_TYPE
public static final int ARRAYLIST_TYPE
The arraylist type- See Also:
- Constant Field Values
-
ARRAYLIST
public static final FieldTypeCollectionType ARRAYLIST
The instance of the arraylist type
-
HASHTABLE_TYPE
public static final int HASHTABLE_TYPE
The hashtable type- See Also:
- Constant Field Values
-
HASHTABLE
public static final FieldTypeCollectionType HASHTABLE
The instance of the hashtable type
-
COLLECTION_TYPE
public static final int COLLECTION_TYPE
The collection type- See Also:
- Constant Field Values
-
COLLECTION
public static final FieldTypeCollectionType COLLECTION
The instance of the collection type
-
ODMG_TYPE
public static final int ODMG_TYPE
The odmg type- See Also:
- Constant Field Values
-
ODMG
public static final FieldTypeCollectionType ODMG
The instance of the odmg type
-
SET_TYPE
public static final int SET_TYPE
The set type- See Also:
- Constant Field Values
-
SET
public static final FieldTypeCollectionType SET
The instance of the set type
-
MAP_TYPE
public static final int MAP_TYPE
The map type- See Also:
- Constant Field Values
-
MAP
public static final FieldTypeCollectionType MAP
The instance of the map type
-
SORTEDSET_TYPE
public static final int SORTEDSET_TYPE
The sortedset type- See Also:
- Constant Field Values
-
SORTEDSET
public static final FieldTypeCollectionType SORTEDSET
The instance of the sortedset type
-
-
Method Detail
-
enumerate
public static java.util.Enumeration enumerate()
Method enumerate.Returns an enumeration of all possible instances of FieldTypeCollectionType- Returns:
- an Enumeration over all possible instances of FieldTypeCollectionType
-
getType
public int getType()
Method getType.Returns the type of this FieldTypeCollectionType- Returns:
- the type of this FieldTypeCollectionType
-
toString
public java.lang.String toString()
Method toString.Returns the String representation of this FieldTypeCollectionType- Overrides:
toString
in classjava.lang.Object
- Returns:
- the String representation of this FieldTypeCollectionType
-
valueOf
public static FieldTypeCollectionType valueOf(java.lang.String string)
Method valueOf.Returns a new FieldTypeCollectionType based on the given String value.- Parameters:
string
-- Returns:
- the FieldTypeCollectionType value of parameter 'string'
-
-