|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.xml.types.FieldMappingCollectionType
public class FieldMappingCollectionType
Class FieldMappingCollectionType.
Field Summary | |
---|---|
static FieldMappingCollectionType |
ARRAY
The instance of the array type |
static int |
ARRAY_TYPE
The array type |
static FieldMappingCollectionType |
ARRAYLIST
The instance of the arraylist type |
static int |
ARRAYLIST_TYPE
The arraylist type |
static FieldMappingCollectionType |
COLLECTION
The instance of the collection type |
static int |
COLLECTION_TYPE
The collection type |
static FieldMappingCollectionType |
ENUMERATE
The instance of the enumerate type |
static int |
ENUMERATE_TYPE
The enumerate type |
static FieldMappingCollectionType |
HASHTABLE
The instance of the hashtable type |
static int |
HASHTABLE_TYPE
The hashtable type |
static FieldMappingCollectionType |
ITERATOR
The instance of the iterator type |
static int |
ITERATOR_TYPE
The iterator type |
static FieldMappingCollectionType |
MAP
The instance of the map type |
static int |
MAP_TYPE
The map type |
static FieldMappingCollectionType |
SET
The instance of the set type |
static int |
SET_TYPE
The set type |
static FieldMappingCollectionType |
SORTEDMAP
The instance of the sortedmap type |
static int |
SORTEDMAP_TYPE
The sortedmap type |
static FieldMappingCollectionType |
SORTEDSET
The instance of the sortedset type |
static int |
SORTEDSET_TYPE
The sortedset type |
static FieldMappingCollectionType |
VECTOR
The instance of the vector type |
static int |
VECTOR_TYPE
The vector type |
Method Summary | |
---|---|
static java.util.Enumeration<? extends java.lang.Object> |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of FieldMappingCollectionType |
int |
getType()
Method getType.Returns the type of this FieldMappingCollectionType |
java.lang.String |
toString()
Method toString.Returns the String representation of this FieldMappingCollectionType |
static FieldMappingCollectionType |
valueOf(java.lang.String string)
Method valueOf.Returns a new FieldMappingCollectionType based on the given String value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ARRAY_TYPE
public static final FieldMappingCollectionType ARRAY
public static final int VECTOR_TYPE
public static final FieldMappingCollectionType VECTOR
public static final int ARRAYLIST_TYPE
public static final FieldMappingCollectionType ARRAYLIST
public static final int HASHTABLE_TYPE
public static final FieldMappingCollectionType HASHTABLE
public static final int COLLECTION_TYPE
public static final FieldMappingCollectionType COLLECTION
public static final int SET_TYPE
public static final FieldMappingCollectionType SET
public static final int MAP_TYPE
public static final FieldMappingCollectionType MAP
public static final int ENUMERATE_TYPE
public static final FieldMappingCollectionType ENUMERATE
public static final int SORTEDSET_TYPE
public static final FieldMappingCollectionType SORTEDSET
public static final int ITERATOR_TYPE
public static final FieldMappingCollectionType ITERATOR
public static final int SORTEDMAP_TYPE
public static final FieldMappingCollectionType SORTEDMAP
Method Detail |
---|
public static java.util.Enumeration<? extends java.lang.Object> enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static FieldMappingCollectionType valueOf(java.lang.String string)
string
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |