edu.cmu.sei.aadl.model.core
Class ModeState

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by edu.cmu.sei.aadl.model.core.ModeState
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

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

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

See Also:
CorePackage.getModeState(), Serialized Form

Field Summary
static java.lang.String copyright
           
static int INITIAL
          The 'INITIAL' literal value
static ModeState INITIAL_LITERAL
          The 'INITIAL' literal object
static int NORMAL
          The 'NORMAL' literal value
static ModeState NORMAL_LITERAL
          The 'NORMAL' literal object
static java.util.List VALUES
          A public read-only list of all the 'Mode State' enumerators
 
Method Summary
static ModeState get(int value)
          Returns the 'Mode State' literal with the specified integer value
static ModeState get(java.lang.String literal)
          Returns the 'Mode State' literal with the specified literal value
static ModeState getByName(java.lang.String name)
          Returns the 'Mode State' literal with the specified name
 java.lang.String getFileName()
           
 java.lang.String getReadableName()
           
 java.lang.String getUnparseName()
           
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
 
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

NORMAL

public static final int NORMAL
The 'NORMAL' literal value.

See Also:
NORMAL_LITERAL, Constant Field Values

INITIAL

public static final int INITIAL
The 'INITIAL' literal value.

See Also:
INITIAL_LITERAL, Constant Field Values

NORMAL_LITERAL

public static final ModeState NORMAL_LITERAL
The 'NORMAL' literal object.

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

See Also:
NORMAL

INITIAL_LITERAL

public static final ModeState INITIAL_LITERAL
The 'INITIAL' literal object.

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

See Also:
INITIAL

VALUES

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

Method Detail

get

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


getByName

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


get

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


getFileName

public final java.lang.String getFileName()

getReadableName

public final java.lang.String getReadableName()

getUnparseName

public final java.lang.String getUnparseName()