org.eodisp.hla.crc.omt
Class OrderEnum

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eodisp.hla.crc.omt.OrderEnum
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class OrderEnum
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Order Enum', and utility methods for working with them.

See Also:
OmtPackage.getOrderEnum()
generated
model

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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
generated

RECEIVE

public static final int RECEIVE
The 'Receive' literal value.

If the meaning of 'Receive' literal object isn't clear, there really should be more of a description here...

See Also:
RECEIVE_LITERAL, Constant Field Values
generated
model
name="Receive"
ordered

TIME_STAMP

public static final int TIME_STAMP
The 'Time Stamp' literal value.

If the meaning of 'Time Stamp' literal object isn't clear, there really should be more of a description here...

See Also:
TIME_STAMP_LITERAL, Constant Field Values
generated
model
name="TimeStamp"
ordered

RECEIVE_LITERAL

public static final OrderEnum RECEIVE_LITERAL
The 'Receive' literal object.

See Also:
RECEIVE
generated
ordered

TIME_STAMP_LITERAL

public static final OrderEnum TIME_STAMP_LITERAL
The 'Time Stamp' literal object.

See Also:
TIME_STAMP
generated
ordered

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Order Enum' enumerators.

generated
Method Detail

get

public static OrderEnum get(java.lang.String literal)
Returns the 'Order Enum' literal with the specified literal value.

generated

getByName

public static OrderEnum getByName(java.lang.String name)
Returns the 'Order Enum' literal with the specified name.

generated

get

public static OrderEnum get(int value)
Returns the 'Order Enum' literal with the specified integer value.

generated