|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.StatusType
public final class StatusType
A representation of the literals of the enumeration 'Status Type', and utility methods for working with them.
RegistryPackage.getStatusType()| Field Summary | |
|---|---|
static int |
FAILURE
The 'Failure' literal value. |
static StatusType |
FAILURE_LITERAL
The 'Failure' literal object. |
static int |
SUCCESS
The 'Success' literal value. |
static StatusType |
SUCCESS_LITERAL
The 'Success' literal object. |
static int |
UNAVAILABLE
The 'Unavailable' literal value. |
static StatusType |
UNAVAILABLE_LITERAL
The 'Unavailable' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Status Type' enumerators. |
| Method Summary | |
|---|---|
static StatusType |
get(int value)
Returns the 'Status Type' literal with the specified integer value. |
static StatusType |
get(java.lang.String literal)
Returns the 'Status Type' literal with the specified literal value. |
static StatusType |
getByName(java.lang.String name)
Returns the 'Status Type' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int SUCCESS
If the meaning of 'Success' literal object isn't clear, there really should be more of a description here...
SUCCESS_LITERAL,
Constant Field Valuespublic static final int FAILURE
If the meaning of 'Failure' literal object isn't clear, there really should be more of a description here...
FAILURE_LITERAL,
Constant Field Valuespublic static final int UNAVAILABLE
If the meaning of 'Unavailable' literal object isn't clear, there really should be more of a description here...
UNAVAILABLE_LITERAL,
Constant Field Valuespublic static final StatusType SUCCESS_LITERAL
SUCCESSpublic static final StatusType FAILURE_LITERAL
FAILUREpublic static final StatusType UNAVAILABLE_LITERAL
UNAVAILABLEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static StatusType get(java.lang.String literal)
public static StatusType getByName(java.lang.String name)
public static StatusType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||