|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rs.types.StatusType
Field Summary | |
static StatusType |
FAILURE
The instance of the Failure type |
static int |
FAILURE_TYPE
The Failure type |
static StatusType |
SUCCESS
The instance of the Success type |
static int |
SUCCESS_TYPE
The Success type |
static StatusType |
UNAVAILABLE
The instance of the Unavailable type |
static int |
UNAVAILABLE_TYPE
The Unavailable type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of StatusTyp |
int |
getType()
Returns the type of this StatusType |
java.lang.String |
toString()
Returns the String representation of this StatusType |
static StatusType |
valueOf(java.lang.String string)
Returns a new StatusType 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 SUCCESS_TYPE
public static final StatusType SUCCESS
public static final int FAILURE_TYPE
public static final StatusType FAILURE
public static final int UNAVAILABLE_TYPE
public static final StatusType UNAVAILABLE
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static StatusType valueOf(java.lang.String string)
string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |