|
|||||||||
| 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.UpdateTypeEnum
public final class UpdateTypeEnum
A representation of the literals of the enumeration 'Update Type Enum', and utility methods for working with them.
OmtPackage.getUpdateTypeEnum()| 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 |
|---|
public static final java.lang.String copyright
public static final int STATIC
If the meaning of 'Static' literal object isn't clear, there really should be more of a description here...
STATIC_LITERAL,
Constant Field Valuespublic static final int PERIODIC
If the meaning of 'Periodic' literal object isn't clear, there really should be more of a description here...
PERIODIC_LITERAL,
Constant Field Valuespublic static final int CONDITIONAL
If the meaning of 'Conditional' literal object isn't clear, there really should be more of a description here...
CONDITIONAL_LITERAL,
Constant Field Valuespublic static final int NA
If the meaning of 'NA' literal object isn't clear, there really should be more of a description here...
NA_LITERAL,
Constant Field Valuespublic static final UpdateTypeEnum STATIC_LITERAL
STATICpublic static final UpdateTypeEnum PERIODIC_LITERAL
PERIODICpublic static final UpdateTypeEnum CONDITIONAL_LITERAL
CONDITIONALpublic static final UpdateTypeEnum NA_LITERAL
NApublic static final java.util.List VALUES
| Method Detail |
|---|
public static UpdateTypeEnum get(java.lang.String literal)
public static UpdateTypeEnum getByName(java.lang.String name)
public static UpdateTypeEnum get(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||