|
||||||||
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.TypeType
public class TypeType
Class TypeType.
Field Summary | |
---|---|
static TypeType |
BOTH
The instance of the Both type |
static int |
BOTH_TYPE
The Both type |
static TypeType |
MARSHAL
The instance of the Marshal type |
static int |
MARSHAL_TYPE
The Marshal type |
static TypeType |
UNMARSHAL
The instance of the Unmarshal type |
static int |
UNMARSHAL_TYPE
The Unmarshal type |
Method Summary | |
---|---|
static java.util.Enumeration |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of TypeType |
int |
getType()
Method getType.Returns the type of this TypeType |
java.lang.String |
toString()
Method toString.Returns the String representation of this TypeType |
static TypeType |
valueOf(java.lang.String string)
Method valueOf.Returns a new TypeType 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 MARSHAL_TYPE
public static final TypeType MARSHAL
public static final int UNMARSHAL_TYPE
public static final TypeType UNMARSHAL
public static final int BOTH_TYPE
public static final TypeType BOTH
Method Detail |
---|
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static TypeType valueOf(java.lang.String string)
string
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |