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.SerializableClass FieldTypeCollectionType.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static FieldTypeCollectionTypeARRAYThe instance of the array typestatic intARRAY_TYPEThe array typestatic FieldTypeCollectionTypeARRAYLISTThe instance of the arraylist typestatic intARRAYLIST_TYPEThe arraylist typestatic FieldTypeCollectionTypeCOLLECTIONThe instance of the collection typestatic intCOLLECTION_TYPEThe collection typestatic FieldTypeCollectionTypeHASHTABLEThe instance of the hashtable typestatic intHASHTABLE_TYPEThe hashtable typestatic FieldTypeCollectionTypeMAPThe instance of the map typestatic intMAP_TYPEThe map typestatic FieldTypeCollectionTypeODMGThe instance of the odmg typestatic intODMG_TYPEThe odmg typestatic FieldTypeCollectionTypeSETThe instance of the set typestatic intSET_TYPEThe set typestatic FieldTypeCollectionTypeSORTEDSETThe instance of the sortedset typestatic intSORTEDSET_TYPEThe sortedset typestatic FieldTypeCollectionTypeVECTORThe instance of the vector typestatic intVECTOR_TYPEThe vector type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.Enumerationenumerate()Method enumerate.Returns an enumeration of all possible instances of FieldTypeCollectionTypeintgetType()Method getType.Returns the type of this FieldTypeCollectionTypejava.lang.StringtoString()Method toString.Returns the String representation of this FieldTypeCollectionTypestatic FieldTypeCollectionTypevalueOf(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:
toStringin 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'
-
-