com.soyatec.bpmn
Class Status

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.soyatec.bpmn.Status
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class Status
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Status', and utility methods for working with them.

See Also:
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

NONE

public static final int NONE
The 'None' literal value.

If the meaning of 'None' literal object isn't clear, there really should be more of a description here...

See Also:
NONE_LITERAL, Constant Field Values

READY

public static final int READY
The 'Ready' literal value.

If the meaning of 'Ready' literal object isn't clear, there really should be more of a description here...

See Also:
READY_LITERAL, Constant Field Values

ACTIVE

public static final int ACTIVE
The 'Active' literal value.

If the meaning of 'Active' literal object isn't clear, there really should be more of a description here...

See Also:
ACTIVE_LITERAL, Constant Field Values

CANCELLED

public static final int CANCELLED
The 'Cancelled' literal value.

If the meaning of 'Cancelled' literal object isn't clear, there really should be more of a description here...

See Also:
CANCELLED_LITERAL, Constant Field Values

ABORTING

public static final int ABORTING
The 'Aborting' literal value.

If the meaning of 'Aborting' literal object isn't clear, there really should be more of a description here...

See Also:
ABORTING_LITERAL, Constant Field Values

COMPLETING

public static final int COMPLETING
The 'Completing' literal value.

If the meaning of 'Completing' literal object isn't clear, there really should be more of a description here...

See Also:
COMPLETING_LITERAL, Constant Field Values

COMPLETED

public static final int COMPLETED
The 'Completed' literal value.

If the meaning of 'Completed' literal object isn't clear, there really should be more of a description here...

See Also:
COMPLETED_LITERAL, Constant Field Values

NONE_LITERAL

public static final Status NONE_LITERAL
The 'None' literal object.

See Also:
NONE

READY_LITERAL

public static final Status READY_LITERAL
The 'Ready' literal object.

See Also:
READY

ACTIVE_LITERAL

public static final Status ACTIVE_LITERAL
The 'Active' literal object.

See Also:
ACTIVE

CANCELLED_LITERAL

public static final Status CANCELLED_LITERAL
The 'Cancelled' literal object.

See Also:
CANCELLED

ABORTING_LITERAL

public static final Status ABORTING_LITERAL
The 'Aborting' literal object.

See Also:
ABORTING

COMPLETING_LITERAL

public static final Status COMPLETING_LITERAL
The 'Completing' literal object.

See Also:
COMPLETING

COMPLETED_LITERAL

public static final Status COMPLETED_LITERAL
The 'Completed' literal object.

See Also:
COMPLETED

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Status' enumerators.

Method Detail

get

public static Status get(java.lang.String literal)
Returns the 'Status' literal with the specified literal value.


getByName

public static Status getByName(java.lang.String name)
Returns the 'Status' literal with the specified name.


get

public static Status get(int value)
Returns the 'Status' literal with the specified integer value.