org.eodisp.hla.crc.omt
Class StateEnum

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

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

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

See Also:
OmtPackage.getStateEnum()
generated
model

Field Summary
static java.lang.String copyright
           
static int DISABLED
          The 'Disabled' literal value.
static StateEnum DISABLED_LITERAL
          The 'Disabled' literal object.
static int ENABLED
          The 'Enabled' literal value.
static StateEnum ENABLED_LITERAL
          The 'Enabled' literal object.
static java.util.List VALUES
          A public read-only list of all the 'State Enum' enumerators.
 
Method Summary
static StateEnum get(int value)
          Returns the 'State Enum' literal with the specified integer value.
static StateEnum get(java.lang.String literal)
          Returns the 'State Enum' literal with the specified literal value.
static StateEnum getByName(java.lang.String name)
          Returns the 'State 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

ENABLED

public static final int ENABLED
The 'Enabled' literal value.

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

See Also:
ENABLED_LITERAL, Constant Field Values
generated
model
name="Enabled"
ordered

DISABLED

public static final int DISABLED
The 'Disabled' literal value.

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

See Also:
DISABLED_LITERAL, Constant Field Values
generated
model
name="Disabled"
ordered

ENABLED_LITERAL

public static final StateEnum ENABLED_LITERAL
The 'Enabled' literal object.

See Also:
ENABLED
generated
ordered

DISABLED_LITERAL

public static final StateEnum DISABLED_LITERAL
The 'Disabled' literal object.

See Also:
DISABLED
generated
ordered

VALUES

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

generated
Method Detail

get

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

generated

getByName

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

generated

get

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

generated