|
|||||||||
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.Status
public final class Status
A representation of the literals of the enumeration 'Status', and utility methods for working with them.
BPMNPackage.getStatus()
Field Summary | |
---|---|
static int |
ABORTING
The 'Aborting' literal value |
static Status |
ABORTING_LITERAL
The 'Aborting' literal object |
static int |
ACTIVE
The 'Active' literal value |
static Status |
ACTIVE_LITERAL
The 'Active' literal object |
static int |
CANCELLED
The 'Cancelled' literal value |
static Status |
CANCELLED_LITERAL
The 'Cancelled' literal object |
static int |
COMPLETED
The 'Completed' literal value |
static Status |
COMPLETED_LITERAL
The 'Completed' literal object |
static int |
COMPLETING
The 'Completing' literal value |
static Status |
COMPLETING_LITERAL
The 'Completing' literal object |
static int |
NONE
The 'None' literal value |
static Status |
NONE_LITERAL
The 'None' literal object |
static int |
READY
The 'Ready' literal value |
static Status |
READY_LITERAL
The 'Ready' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Status' enumerators |
Method Summary | |
---|---|
static Status |
get(int value)
Returns the 'Status' literal with the specified integer value |
static Status |
get(java.lang.String literal)
Returns the 'Status' literal with the specified literal value |
static Status |
getByName(java.lang.String name)
Returns the 'Status' 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 NONE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic static final int READY
If the meaning of 'Ready' literal object isn't clear, there really should be more of a description here...
READY_LITERAL
,
Constant Field Valuespublic static final int ACTIVE
If the meaning of 'Active' literal object isn't clear, there really should be more of a description here...
ACTIVE_LITERAL
,
Constant Field Valuespublic static final int CANCELLED
If the meaning of 'Cancelled' literal object isn't clear, there really should be more of a description here...
CANCELLED_LITERAL
,
Constant Field Valuespublic static final int ABORTING
If the meaning of 'Aborting' literal object isn't clear, there really should be more of a description here...
ABORTING_LITERAL
,
Constant Field Valuespublic static final int COMPLETING
If the meaning of 'Completing' literal object isn't clear, there really should be more of a description here...
COMPLETING_LITERAL
,
Constant Field Valuespublic static final int COMPLETED
If the meaning of 'Completed' literal object isn't clear, there really should be more of a description here...
COMPLETED_LITERAL
,
Constant Field Valuespublic static final Status NONE_LITERAL
NONE
public static final Status READY_LITERAL
READY
public static final Status ACTIVE_LITERAL
ACTIVE
public static final Status CANCELLED_LITERAL
CANCELLED
public static final Status ABORTING_LITERAL
ABORTING
public static final Status COMPLETING_LITERAL
COMPLETING
public static final Status COMPLETED_LITERAL
COMPLETED
public static final java.util.List VALUES
Method Detail |
---|
public static Status get(java.lang.String literal)
public static Status getByName(java.lang.String name)
public static Status get(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |