|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.tests.framework.testDescriptor.types.CollectionType
public class CollectionType
Class CollectionType.
Field Summary | |
---|---|
static CollectionType |
ARRAYLIST
The instance of the arraylist type |
static int |
ARRAYLIST_TYPE
The arraylist type |
static CollectionType |
ODMG
The instance of the odmg type |
static int |
ODMG_TYPE
The odmg type |
static CollectionType |
VECTOR
The instance of the vector type |
static int |
VECTOR_TYPE
The vector type |
Method Summary | |
---|---|
static java.util.Enumeration |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of CollectionType |
int |
getType()
Method getType.Returns the type of this CollectionType |
java.lang.String |
toString()
Method toString.Returns the String representation of this CollectionType |
static CollectionType |
valueOf(java.lang.String string)
Method valueOf.Returns a new CollectionType 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 VECTOR_TYPE
public static final CollectionType VECTOR
public static final int ARRAYLIST_TYPE
public static final CollectionType ARRAYLIST
public static final int ODMG_TYPE
public static final CollectionType ODMG
Method Detail |
---|
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static CollectionType valueOf(java.lang.String string)
string
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |