|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
edu.cmu.sei.aadl.model.core.ModeState
public final class ModeState
A representation of the literals of the enumeration 'Mode State', and utility methods for working with them.
CorePackage.getModeState()
,
Serialized FormField 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 |
---|
public static final java.lang.String copyright
public static final int NORMAL
NORMAL_LITERAL
,
Constant Field Valuespublic static final int INITIAL
INITIAL_LITERAL
,
Constant Field Valuespublic static final ModeState NORMAL_LITERAL
If the meaning of 'NORMAL' literal object isn't clear, there really should be more of a description here...
NORMAL
public static final ModeState INITIAL_LITERAL
If the meaning of 'INITIAL' literal object isn't clear, there really should be more of a description here...
INITIAL
public static final java.util.List VALUES
Method Detail |
---|
public static ModeState get(java.lang.String literal)
public static ModeState getByName(java.lang.String name)
public static ModeState get(int value)
public final java.lang.String getFileName()
public final java.lang.String getReadableName()
public final java.lang.String getUnparseName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |