org.eodisp.hla.crc.omt
Class UpdateTypeEnum

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

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

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

See Also:
OmtPackage.getUpdateTypeEnum()
generated
model

Field Summary
static int CONDITIONAL
          The 'Conditional' literal value.
static UpdateTypeEnum CONDITIONAL_LITERAL
          The 'Conditional' literal object.
static java.lang.String copyright
           
static int NA
          The 'NA' literal value.
static UpdateTypeEnum NA_LITERAL
          The 'NA' literal object.
static int PERIODIC
          The 'Periodic' literal value.
static UpdateTypeEnum PERIODIC_LITERAL
          The 'Periodic' literal object.
static int STATIC
          The 'Static' literal value.
static UpdateTypeEnum STATIC_LITERAL
          The 'Static' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Update Type Enum' enumerators.
 
Method Summary
static UpdateTypeEnum get(int value)
          Returns the 'Update Type Enum' literal with the specified integer value.
static UpdateTypeEnum get(java.lang.String literal)
          Returns the 'Update Type Enum' literal with the specified literal value.
static UpdateTypeEnum getByName(java.lang.String name)
          Returns the 'Update 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

STATIC

public static final int STATIC
The 'Static' literal value.

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

See Also:
STATIC_LITERAL, Constant Field Values
generated
model
name="Static"
ordered

PERIODIC

public static final int PERIODIC
The 'Periodic' literal value.

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

See Also:
PERIODIC_LITERAL, Constant Field Values
generated
model
name="Periodic"
ordered

CONDITIONAL

public static final int CONDITIONAL
The 'Conditional' literal value.

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

See Also:
CONDITIONAL_LITERAL, Constant Field Values
generated
model
name="Conditional"
ordered

NA

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

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

See Also:
NA_LITERAL, Constant Field Values
generated
model
ordered

STATIC_LITERAL

public static final UpdateTypeEnum STATIC_LITERAL
The 'Static' literal object.

See Also:
STATIC
generated
ordered

PERIODIC_LITERAL

public static final UpdateTypeEnum PERIODIC_LITERAL
The 'Periodic' literal object.

See Also:
PERIODIC
generated
ordered

CONDITIONAL_LITERAL

public static final UpdateTypeEnum CONDITIONAL_LITERAL
The 'Conditional' literal object.

See Also:
CONDITIONAL
generated
ordered

NA_LITERAL

public static final UpdateTypeEnum NA_LITERAL
The 'NA' literal object.

See Also:
NA
generated
ordered

VALUES

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

generated
Method Detail

get

public static UpdateTypeEnum get(java.lang.String literal)
Returns the 'Update Type Enum' literal with the specified literal value.

generated

getByName

public static UpdateTypeEnum getByName(java.lang.String name)
Returns the 'Update Type Enum' literal with the specified name.

generated

get

public static UpdateTypeEnum get(int value)
Returns the 'Update Type Enum' literal with the specified integer value.

generated