|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rim.types.StatusType
Field Summary | |
static StatusType |
APPROVED
The instance of the Approved type |
static int |
APPROVED_TYPE
The Approved type |
static StatusType |
DEPRECATED
The instance of the Deprecated type |
static int |
DEPRECATED_TYPE
The Deprecated type |
static StatusType |
SUBMITTED
The instance of the Submitted type |
static int |
SUBMITTED_TYPE
The Submitted type |
static StatusType |
WITHDRAWN
The instance of the Withdrawn type |
static int |
WITHDRAWN_TYPE
The Withdrawn 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 SUBMITTED_TYPE
public static final StatusType SUBMITTED
public static final int APPROVED_TYPE
public static final StatusType APPROVED
public static final int DEPRECATED_TYPE
public static final StatusType DEPRECATED
public static final int WITHDRAWN_TYPE
public static final StatusType WITHDRAWN
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 |