Class FieldTypeCollectionType
java.lang.Object
org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FieldTypeCollectionTypeThe instance of the array typestatic final intThe array typestatic final FieldTypeCollectionTypeThe instance of the arraylist typestatic final intThe arraylist typestatic final FieldTypeCollectionTypeThe instance of the collection typestatic final intThe collection typestatic final FieldTypeCollectionTypeThe instance of the hashtable typestatic final intThe hashtable typestatic final FieldTypeCollectionTypeThe instance of the map typestatic final intThe map typestatic final FieldTypeCollectionTypeThe instance of the odmg typestatic final intThe odmg typestatic final FieldTypeCollectionTypeThe instance of the set typestatic final intThe set typestatic final FieldTypeCollectionTypeThe instance of the sortedset typestatic final intThe sortedset typestatic final FieldTypeCollectionTypeThe instance of the vector typestatic final intThe vector type -
Method Summary
Modifier and TypeMethodDescriptionstatic EnumerationMethod enumerate.Returns an enumeration of all possible instances of FieldTypeCollectionTypeintgetType()Method getType.Returns the type of this FieldTypeCollectionTypetoString()Method toString.Returns the String representation of this FieldTypeCollectionTypestatic FieldTypeCollectionTypeMethod 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
-
valueOf
Method valueOf.Returns a new FieldTypeCollectionType based on the given String value.- Parameters:
string-- Returns:
- the FieldTypeCollectionType value of parameter 'string'
-