Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.exolab.castor.mapping.xml.types.FieldMappingCollectionType
public class FieldMappingCollectionType
extends java.lang.Object
implements java.io.Serializable
Field Summary | |
static FieldMappingCollectionType |
|
static FieldMappingCollectionType |
|
static int |
|
static int |
|
static FieldMappingCollectionType |
|
static int |
|
static FieldMappingCollectionType |
|
static int |
|
static FieldMappingCollectionType |
|
static int |
|
static FieldMappingCollectionType |
|
static int |
|
static FieldMappingCollectionType |
|
static int |
|
static FieldMappingCollectionType |
|
static int |
|
static FieldMappingCollectionType |
|
static int |
|
static FieldMappingCollectionType |
|
static int |
|
static FieldMappingCollectionType |
|
static int |
|
Method Summary | |
static java.util.Enumeration |
|
int |
|
java.lang.String |
|
static FieldMappingCollectionType |
|
public static final FieldMappingCollectionType ARRAYLIST
The instance of the arraylist type
public static final int ARRAYLIST_TYPE
The arraylist type
- Field Value:
- 2
public static final int ARRAY_TYPE
The array type
- Field Value:
- 0
public static final FieldMappingCollectionType COLLECTION
The instance of the collection type
public static final int COLLECTION_TYPE
The collection type
- Field Value:
- 4
public static final FieldMappingCollectionType ENUMERATE
The instance of the enumerate type
public static final int ENUMERATE_TYPE
The enumerate type
- Field Value:
- 7
public static final FieldMappingCollectionType HASHTABLE
The instance of the hashtable type
public static final int HASHTABLE_TYPE
The hashtable type
- Field Value:
- 3
public static final int ITERATOR_TYPE
The iterator type
- Field Value:
- 9
public static final int MAP_TYPE
The map type
- Field Value:
- 6
public static final int SET_TYPE
The set type
- Field Value:
- 5
public static final FieldMappingCollectionType SORTEDMAP
The instance of the sortedmap type
public static final int SORTEDMAP_TYPE
The sortedmap type
- Field Value:
- 10
public static final FieldMappingCollectionType SORTEDSET
The instance of the sortedset type
public static final int SORTEDSET_TYPE
The sortedset type
- Field Value:
- 8
public static final int VECTOR_TYPE
The vector type
- Field Value:
- 1
public static java.util.Enumeration enumerate()
Method enumerate.Returns an enumeration of all possible instances of FieldMappingCollectionType
- Returns:
- an Enumeration over all possible instances of FieldMappingCollectionType
public int getType()
Method getType.Returns the type of this FieldMappingCollectionType
- Returns:
- the type of this FieldMappingCollectionType
public java.lang.String toString()
Method toString.Returns the String representation of this FieldMappingCollectionType
- Returns:
- the String representation of this FieldMappingCollectionType
public static FieldMappingCollectionType valueOf(java.lang.String string)
Method valueOf.Returns a new FieldMappingCollectionType based on the given String value.
- Parameters:
string
-
- Returns:
- the FieldMappingCollectionType value of parameter 'string'