|
|||||||||
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.soyatec.bpmn.TestTime
public final class TestTime
A representation of the literals of the enumeration 'Test Time', and utility methods for working with them.
BPMNPackage.getTestTime()
Field Summary | |
---|---|
static int |
AFTER
The 'After' literal value |
static TestTime |
AFTER_LITERAL
The 'After' literal object |
static int |
BEFORE
The 'Before' literal value |
static TestTime |
BEFORE_LITERAL
The 'Before' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Test Time' enumerators |
Method Summary | |
---|---|
static TestTime |
get(int value)
Returns the 'Test Time' literal with the specified integer value |
static TestTime |
get(java.lang.String literal)
Returns the 'Test Time' literal with the specified literal value |
static TestTime |
getByName(java.lang.String name)
Returns the 'Test Time' 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int AFTER
If the meaning of 'After' literal object isn't clear, there really should be more of a description here...
AFTER_LITERAL
,
Constant Field Valuespublic static final int BEFORE
If the meaning of 'Before' literal object isn't clear, there really should be more of a description here...
BEFORE_LITERAL
,
Constant Field Valuespublic static final TestTime AFTER_LITERAL
AFTER
public static final TestTime BEFORE_LITERAL
BEFORE
public static final java.util.List VALUES
Method Detail |
---|
public static TestTime get(java.lang.String literal)
public static TestTime getByName(java.lang.String name)
public static TestTime get(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |