|
|||||||||
| 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.SyncCapabilityEnum
public final class SyncCapabilityEnum
A representation of the literals of the enumeration 'Sync Capability Enum', and utility methods for working with them.
OmtPackage.getSyncCapabilityEnum()| 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 |
|---|
public static final java.lang.String copyright
public static final int REGISTER
If the meaning of 'Register' literal object isn't clear, there really should be more of a description here...
REGISTER_LITERAL,
Constant Field Valuespublic static final int ACHIEVE
If the meaning of 'Achieve' literal object isn't clear, there really should be more of a description here...
ACHIEVE_LITERAL,
Constant Field Valuespublic static final int REGISTER_ACHIEVE
If the meaning of 'Register Achieve' literal object isn't clear, there really should be more of a description here...
REGISTER_ACHIEVE_LITERAL,
Constant Field Valuespublic static final int NO_SYNCH
If the meaning of 'No Synch' literal object isn't clear, there really should be more of a description here...
NO_SYNCH_LITERAL,
Constant Field Valuespublic static final SyncCapabilityEnum REGISTER_LITERAL
REGISTERpublic static final SyncCapabilityEnum ACHIEVE_LITERAL
ACHIEVEpublic static final SyncCapabilityEnum REGISTER_ACHIEVE_LITERAL
REGISTER_ACHIEVEpublic static final SyncCapabilityEnum NO_SYNCH_LITERAL
NO_SYNCHpublic static final java.util.List VALUES
| Method Detail |
|---|
public static SyncCapabilityEnum get(java.lang.String literal)
public static SyncCapabilityEnum getByName(java.lang.String name)
public static SyncCapabilityEnum get(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||