|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wbit.tel.TDurationConstants
A representation of the literals of the enumeration 'TDuration Constants', and utility methods for working with them.
TaskPackage.getTDurationConstants()
Field Summary | |
---|---|
static int |
DURATION_INFINITE
The 'DURATION INFINITE' literal value. |
static TDurationConstants |
DURATION_INFINITE_LITERAL
The 'DURATION INFINITE' literal object. |
static int |
DURATION_ZERO
The 'DURATION ZERO' literal value. |
static TDurationConstants |
DURATION_ZERO_LITERAL
The 'DURATION ZERO' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'TDuration Constants' enumerators. |
Method Summary | |
---|---|
static TDurationConstants |
get(int value)
Returns the 'TDuration Constants' literal with the specified value. |
static TDurationConstants |
get(java.lang.String name)
Returns the 'TDuration Constants' literal with the specified name. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
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 int DURATION_ZERO
DURATION_ZERO_LITERAL
,
Constant Field Valuespublic static final int DURATION_INFINITE
DURATION_INFINITE_LITERAL
,
Constant Field Valuespublic static final TDurationConstants DURATION_ZERO_LITERAL
If the meaning of 'DURATION ZERO' literal object isn't clear, there really should be more of a description here...
DURATION_ZERO
public static final TDurationConstants DURATION_INFINITE_LITERAL
If the meaning of 'DURATION INFINITE' literal object isn't clear, there really should be more of a description here...
DURATION_INFINITE
public static final java.util.List VALUES
Method Detail |
public static TDurationConstants get(java.lang.String name)
public static TDurationConstants get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |