|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.ReferenceActionType
Field Summary | |
static ReferenceActionType |
BEGIN
The instance of the begin type |
static int |
BEGIN_TYPE
The begin type |
static ReferenceActionType |
END
The instance of the end type |
static int |
END_TYPE
The end type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of ReferenceActionType |
int |
getType()
Returns the type of this ReferenceActionType |
java.lang.String |
toString()
Returns the String representation of this ReferenceActionType |
static ReferenceActionType |
valueOf(java.lang.String string)
Returns a new ReferenceActionType 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 BEGIN_TYPE
public static final ReferenceActionType BEGIN
public static final int END_TYPE
public static final ReferenceActionType END
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static ReferenceActionType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |