Class FieldTypeCollectionType
java.lang.Object
org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
- All Implemented Interfaces:
Serializable
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FieldTypeCollectionType
The instance of the array typestatic final int
The array typestatic final FieldTypeCollectionType
The instance of the arraylist typestatic final int
The arraylist typestatic final FieldTypeCollectionType
The instance of the collection typestatic final int
The collection typestatic final FieldTypeCollectionType
The instance of the hashtable typestatic final int
The hashtable typestatic final FieldTypeCollectionType
The instance of the map typestatic final int
The map typestatic final FieldTypeCollectionType
The instance of the odmg typestatic final int
The odmg typestatic final FieldTypeCollectionType
The instance of the set typestatic final int
The set typestatic final FieldTypeCollectionType
The instance of the sortedset typestatic final int
The sortedset typestatic final FieldTypeCollectionType
The instance of the vector typestatic final int
The vector type -
Method Summary
Modifier and TypeMethodDescriptionstatic Enumeration
Method enumerate.Returns an enumeration of all possible instances of FieldTypeCollectionTypeint
getType()
Method getType.Returns the type of this FieldTypeCollectionTypetoString()
Method toString.Returns the String representation of this FieldTypeCollectionTypestatic FieldTypeCollectionType
Method valueOf.Returns a new FieldTypeCollectionType based on the given String value.
-
Field Details
-
ARRAY_TYPE
public static final int ARRAY_TYPEThe array type- See Also:
-
ARRAY
The instance of the array type -
VECTOR_TYPE
public static final int VECTOR_TYPEThe vector type- See Also:
-
VECTOR
The instance of the vector type -
ARRAYLIST_TYPE
public static final int ARRAYLIST_TYPEThe arraylist type- See Also:
-
ARRAYLIST
The instance of the arraylist type -
HASHTABLE_TYPE
public static final int HASHTABLE_TYPEThe hashtable type- See Also:
-
HASHTABLE
The instance of the hashtable type -
COLLECTION_TYPE
public static final int COLLECTION_TYPEThe collection type- See Also:
-
COLLECTION
The instance of the collection type -
ODMG_TYPE
public static final int ODMG_TYPEThe odmg type- See Also:
-
ODMG
The instance of the odmg type -
SET_TYPE
public static final int SET_TYPEThe set type- See Also:
-
SET
The instance of the set type -
MAP_TYPE
public static final int MAP_TYPEThe map type- See Also:
-
MAP
The instance of the map type -
SORTEDSET_TYPE
public static final int SORTEDSET_TYPEThe sortedset type- See Also:
-
SORTEDSET
The instance of the sortedset type
-
-
Method Details
-
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
Method toString.Returns the String representation of this FieldTypeCollectionType -
valueOf
Method valueOf.Returns a new FieldTypeCollectionType based on the given String value.- Parameters:
string
-- Returns:
- the FieldTypeCollectionType value of parameter 'string'
-