org.eodisp.hla.crc.omt
Class ObjectModelTypeEnum

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

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

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

See Also:
OmtPackage.getObjectModelTypeEnum()
generated
model

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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
generated

FOM

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

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

See Also:
FOM_LITERAL, Constant Field Values
generated
model
ordered

SOM

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

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

See Also:
SOM_LITERAL, Constant Field Values
generated
model
ordered

FOM_LITERAL

public static final ObjectModelTypeEnum FOM_LITERAL
The 'FOM' literal object.

See Also:
FOM
generated
ordered

SOM_LITERAL

public static final ObjectModelTypeEnum SOM_LITERAL
The 'SOM' literal object.

See Also:
SOM
generated
ordered

VALUES

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

generated
Method Detail

get

public static ObjectModelTypeEnum get(java.lang.String literal)
Returns the 'Object Model Type Enum' literal with the specified literal value.

generated

getByName

public static ObjectModelTypeEnum getByName(java.lang.String name)
Returns the 'Object Model Type Enum' literal with the specified name.

generated

get

public static ObjectModelTypeEnum get(int value)
Returns the 'Object Model Type Enum' literal with the specified integer value.

generated