|
|||||||||
| 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.ObjectModelTypeEnum
public final class ObjectModelTypeEnum
A representation of the literals of the enumeration 'Object Model Type Enum', and utility methods for working with them.
OmtPackage.getObjectModelTypeEnum()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
static int |
FOM
The 'FOM' literal value. |
static ObjectModelTypeEnum |
FOM_LITERAL
The 'FOM' literal object. |
static int |
SOM
The 'SOM' literal value. |
static ObjectModelTypeEnum |
SOM_LITERAL
The 'SOM' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Object Model Type Enum' enumerators. |
| Method Summary | |
|---|---|
static ObjectModelTypeEnum |
get(int value)
Returns the 'Object Model Type Enum' literal with the specified integer value. |
static ObjectModelTypeEnum |
get(java.lang.String literal)
Returns the 'Object Model Type Enum' literal with the specified literal value. |
static ObjectModelTypeEnum |
getByName(java.lang.String name)
Returns the 'Object Model Type 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 FOM
If the meaning of 'FOM' literal object isn't clear, there really should be more of a description here...
FOM_LITERAL,
Constant Field Valuespublic static final int SOM
If the meaning of 'SOM' literal object isn't clear, there really should be more of a description here...
SOM_LITERAL,
Constant Field Valuespublic static final ObjectModelTypeEnum FOM_LITERAL
FOMpublic static final ObjectModelTypeEnum SOM_LITERAL
SOMpublic static final java.util.List VALUES
| Method Detail |
|---|
public static ObjectModelTypeEnum get(java.lang.String literal)
public static ObjectModelTypeEnum getByName(java.lang.String name)
public static ObjectModelTypeEnum get(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||