|
|||||||||
| 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.eodisp.hla.crc.omt.OrderEnum
public final class OrderEnum
A representation of the literals of the enumeration 'Order Enum', and utility methods for working with them.
OmtPackage.getOrderEnum()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
static int |
RECEIVE
The 'Receive' literal value. |
static OrderEnum |
RECEIVE_LITERAL
The 'Receive' literal object. |
static int |
TIME_STAMP
The 'Time Stamp' literal value. |
static OrderEnum |
TIME_STAMP_LITERAL
The 'Time Stamp' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Order Enum' enumerators. |
| Method Summary | |
|---|---|
static OrderEnum |
get(int value)
Returns the 'Order Enum' literal with the specified integer value. |
static OrderEnum |
get(java.lang.String literal)
Returns the 'Order Enum' literal with the specified literal value. |
static OrderEnum |
getByName(java.lang.String name)
Returns the 'Order Enum' 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
public static final int RECEIVE
If the meaning of 'Receive' literal object isn't clear, there really should be more of a description here...
RECEIVE_LITERAL,
Constant Field Valuespublic static final int TIME_STAMP
If the meaning of 'Time Stamp' literal object isn't clear, there really should be more of a description here...
TIME_STAMP_LITERAL,
Constant Field Valuespublic static final OrderEnum RECEIVE_LITERAL
RECEIVEpublic static final OrderEnum TIME_STAMP_LITERAL
TIME_STAMPpublic static final java.util.List VALUES
| Method Detail |
|---|
public static OrderEnum get(java.lang.String literal)
public static OrderEnum getByName(java.lang.String name)
public static OrderEnum get(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||