|
|||||||||
| 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.EndianEnum
public final class EndianEnum
A representation of the literals of the enumeration 'Endian Enum', and utility methods for working with them.
OmtPackage.getEndianEnum()| Field Summary | |
|---|---|
static int |
BIG
The 'Big' literal value. |
static EndianEnum |
BIG_LITERAL
The 'Big' literal object. |
static java.lang.String |
copyright
|
static int |
LITTLE
The 'Little' literal value. |
static EndianEnum |
LITTLE_LITERAL
The 'Little' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Endian Enum' enumerators. |
| Method Summary | |
|---|---|
static EndianEnum |
get(int value)
Returns the 'Endian Enum' literal with the specified integer value. |
static EndianEnum |
get(java.lang.String literal)
Returns the 'Endian Enum' literal with the specified literal value. |
static EndianEnum |
getByName(java.lang.String name)
Returns the 'Endian 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 BIG
If the meaning of 'Big' literal object isn't clear, there really should be more of a description here...
BIG_LITERAL,
Constant Field Valuespublic static final int LITTLE
If the meaning of 'Little' literal object isn't clear, there really should be more of a description here...
LITTLE_LITERAL,
Constant Field Valuespublic static final EndianEnum BIG_LITERAL
BIGpublic static final EndianEnum LITTLE_LITERAL
LITTLEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static EndianEnum get(java.lang.String literal)
public static EndianEnum getByName(java.lang.String name)
public static EndianEnum get(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||