org.eodisp.hla.crc.omt
Class DTDVersionEnum

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

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

A representation of the literals of the enumeration 'DTD Version Enum', and utility methods for working with them.

See Also:
OmtPackage.getDTDVersionEnum()
generated
model

Field Summary
static int _15162
          The '15162' literal value.
static DTDVersionEnum _15162_LITERAL
          The '15162' literal object.
static java.lang.String copyright
           
static java.util.List VALUES
          A public read-only list of all the 'DTD Version Enum' enumerators.
 
Method Summary
static DTDVersionEnum get(int value)
          Returns the 'DTD Version Enum' literal with the specified integer value.
static DTDVersionEnum get(java.lang.String literal)
          Returns the 'DTD Version Enum' literal with the specified literal value.
static DTDVersionEnum getByName(java.lang.String name)
          Returns the 'DTD Version 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

_15162

public static final int _15162
The '15162' literal value.

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

See Also:
_15162_LITERAL, Constant Field Values
generated
model
literal="1516.2"
ordered

_15162_LITERAL

public static final DTDVersionEnum _15162_LITERAL
The '15162' literal object.

See Also:
_15162
generated
ordered

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'DTD Version Enum' enumerators.

generated
Method Detail

get

public static DTDVersionEnum get(java.lang.String literal)
Returns the 'DTD Version Enum' literal with the specified literal value.

generated

getByName

public static DTDVersionEnum getByName(java.lang.String name)
Returns the 'DTD Version Enum' literal with the specified name.

generated

get

public static DTDVersionEnum get(int value)
Returns the 'DTD Version Enum' literal with the specified integer value.

generated