org.eodisp.hla.crc.omt
Class SyncCapabilityEnum

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

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

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

See Also:
OmtPackage.getSyncCapabilityEnum()
generated
model

Field Summary
static int ACHIEVE
          The 'Achieve' literal value.
static SyncCapabilityEnum ACHIEVE_LITERAL
          The 'Achieve' literal object.
static java.lang.String copyright
           
static int NO_SYNCH
          The 'No Synch' literal value.
static SyncCapabilityEnum NO_SYNCH_LITERAL
          The 'No Synch' literal object.
static int REGISTER
          The 'Register' literal value.
static int REGISTER_ACHIEVE
          The 'Register Achieve' literal value.
static SyncCapabilityEnum REGISTER_ACHIEVE_LITERAL
          The 'Register Achieve' literal object.
static SyncCapabilityEnum REGISTER_LITERAL
          The 'Register' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Sync Capability Enum' enumerators.
 
Method Summary
static SyncCapabilityEnum get(int value)
          Returns the 'Sync Capability Enum' literal with the specified integer value.
static SyncCapabilityEnum get(java.lang.String literal)
          Returns the 'Sync Capability Enum' literal with the specified literal value.
static SyncCapabilityEnum getByName(java.lang.String name)
          Returns the 'Sync Capability 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

REGISTER

public static final int REGISTER
The 'Register' literal value.

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

See Also:
REGISTER_LITERAL, Constant Field Values
generated
model
name="Register"
ordered

ACHIEVE

public static final int ACHIEVE
The 'Achieve' literal value.

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

See Also:
ACHIEVE_LITERAL, Constant Field Values
generated
model
name="Achieve"
ordered

REGISTER_ACHIEVE

public static final int REGISTER_ACHIEVE
The 'Register Achieve' literal value.

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

See Also:
REGISTER_ACHIEVE_LITERAL, Constant Field Values
generated
model
name="RegisterAchieve"
ordered

NO_SYNCH

public static final int NO_SYNCH
The 'No Synch' literal value.

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

See Also:
NO_SYNCH_LITERAL, Constant Field Values
generated
model
name="NoSynch"
ordered

REGISTER_LITERAL

public static final SyncCapabilityEnum REGISTER_LITERAL
The 'Register' literal object.

See Also:
REGISTER
generated
ordered

ACHIEVE_LITERAL

public static final SyncCapabilityEnum ACHIEVE_LITERAL
The 'Achieve' literal object.

See Also:
ACHIEVE
generated
ordered

REGISTER_ACHIEVE_LITERAL

public static final SyncCapabilityEnum REGISTER_ACHIEVE_LITERAL
The 'Register Achieve' literal object.

See Also:
REGISTER_ACHIEVE
generated
ordered

NO_SYNCH_LITERAL

public static final SyncCapabilityEnum NO_SYNCH_LITERAL
The 'No Synch' literal object.

See Also:
NO_SYNCH
generated
ordered

VALUES

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

generated
Method Detail

get

public static SyncCapabilityEnum get(java.lang.String literal)
Returns the 'Sync Capability Enum' literal with the specified literal value.

generated

getByName

public static SyncCapabilityEnum getByName(java.lang.String name)
Returns the 'Sync Capability Enum' literal with the specified name.

generated

get

public static SyncCapabilityEnum get(int value)
Returns the 'Sync Capability Enum' literal with the specified integer value.

generated