public class FieldTypeCollectionType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static FieldTypeCollectionType |
ARRAY
The instance of the array type
|
static int |
ARRAY_TYPE
The array type
|
static FieldTypeCollectionType |
ARRAYLIST
The instance of the arraylist type
|
static int |
ARRAYLIST_TYPE
The arraylist type
|
static FieldTypeCollectionType |
COLLECTION
The instance of the collection type
|
static int |
COLLECTION_TYPE
The collection type
|
static FieldTypeCollectionType |
HASHTABLE
The instance of the hashtable type
|
static int |
HASHTABLE_TYPE
The hashtable type
|
static FieldTypeCollectionType |
MAP
The instance of the map type
|
static int |
MAP_TYPE
The map type
|
static FieldTypeCollectionType |
ODMG
The instance of the odmg type
|
static int |
ODMG_TYPE
The odmg type
|
static FieldTypeCollectionType |
SET
The instance of the set type
|
static int |
SET_TYPE
The set type
|
static FieldTypeCollectionType |
SORTEDSET
The instance of the sortedset type
|
static int |
SORTEDSET_TYPE
The sortedset type
|
static FieldTypeCollectionType |
VECTOR
The instance of the vector type
|
static int |
VECTOR_TYPE
The vector type
|
Modifier and Type | Method and Description |
---|---|
static Enumeration |
enumerate()
Method enumerate.Returns an enumeration of all possible
instances of FieldTypeCollectionType
|
int |
getType()
Method getType.Returns the type of this
FieldTypeCollectionType
|
String |
toString()
Method toString.Returns the String representation of this
FieldTypeCollectionType
|
static FieldTypeCollectionType |
valueOf(String string)
Method valueOf.Returns a new FieldTypeCollectionType based
on the given String value.
|
public static final int ARRAY_TYPE
public static final FieldTypeCollectionType ARRAY
public static final int VECTOR_TYPE
public static final FieldTypeCollectionType VECTOR
public static final int ARRAYLIST_TYPE
public static final FieldTypeCollectionType ARRAYLIST
public static final int HASHTABLE_TYPE
public static final FieldTypeCollectionType HASHTABLE
public static final int COLLECTION_TYPE
public static final FieldTypeCollectionType COLLECTION
public static final int ODMG_TYPE
public static final FieldTypeCollectionType ODMG
public static final int SET_TYPE
public static final FieldTypeCollectionType SET
public static final int MAP_TYPE
public static final FieldTypeCollectionType MAP
public static final int SORTEDSET_TYPE
public static final FieldTypeCollectionType SORTEDSET
public static Enumeration enumerate()
public int getType()
public String toString()
public static FieldTypeCollectionType valueOf(String string)
string
- Copyright © 2022. All rights reserved.