org.eclipse.emf.mwe.ewm.workflow.runtime.state
Interface StatePackage.Literals

Enclosing class:
StatePackage

public static interface StatePackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EClass WORKFLOW_DONE_STATE
          The meta object literal for the 'Workflow Done State' class.
static org.eclipse.emf.ecore.EClass WORKFLOW_ERROR_STATE
          The meta object literal for the 'Workflow Error State' class.
static org.eclipse.emf.ecore.EClass WORKFLOW_FAILED_STATE
          The meta object literal for the 'Workflow Failed State' class.
static org.eclipse.emf.ecore.EClass WORKFLOW_IDLE_STATE
          The meta object literal for the 'Workflow Idle State' class.
static org.eclipse.emf.ecore.EClass WORKFLOW_RUNNING_STATE
          The meta object literal for the 'Workflow Running State' class.
static org.eclipse.emf.ecore.EClass WORKFLOW_SKIPPED_STATE
          The meta object literal for the 'Workflow Skipped State' class.
static org.eclipse.emf.ecore.EClass WORKFLOW_STATE
          The meta object literal for the 'Workflow State' class.
static org.eclipse.emf.ecore.EAttribute WORKFLOW_STATE__TIMESTAMP
          The meta object literal for the 'Timestamp' attribute feature.
static org.eclipse.emf.ecore.EClass WORKFLOW_SUCCESS_STATE
          The meta object literal for the 'Workflow Success State' class.
 

Field Detail

WORKFLOW_STATE

static final org.eclipse.emf.ecore.EClass WORKFLOW_STATE
The meta object literal for the 'Workflow State' class.

See Also:
WorkflowState, StatePackage.getWorkflowState()
EMF generated code

WORKFLOW_STATE__TIMESTAMP

static final org.eclipse.emf.ecore.EAttribute WORKFLOW_STATE__TIMESTAMP
The meta object literal for the 'Timestamp' attribute feature.

EMF generated code

WORKFLOW_IDLE_STATE

static final org.eclipse.emf.ecore.EClass WORKFLOW_IDLE_STATE
The meta object literal for the 'Workflow Idle State' class.

See Also:
WorkflowIdleState, StatePackage.getWorkflowIdleState()
EMF generated code

WORKFLOW_RUNNING_STATE

static final org.eclipse.emf.ecore.EClass WORKFLOW_RUNNING_STATE
The meta object literal for the 'Workflow Running State' class.

See Also:
WorkflowRunningState, StatePackage.getWorkflowRunningState()
EMF generated code

WORKFLOW_SKIPPED_STATE

static final org.eclipse.emf.ecore.EClass WORKFLOW_SKIPPED_STATE
The meta object literal for the 'Workflow Skipped State' class.

See Also:
WorkflowSkippedState, StatePackage.getWorkflowSkippedState()
EMF generated code

WORKFLOW_DONE_STATE

static final org.eclipse.emf.ecore.EClass WORKFLOW_DONE_STATE
The meta object literal for the 'Workflow Done State' class.

See Also:
WorkflowDoneState, StatePackage.getWorkflowDoneState()
EMF generated code

WORKFLOW_SUCCESS_STATE

static final org.eclipse.emf.ecore.EClass WORKFLOW_SUCCESS_STATE
The meta object literal for the 'Workflow Success State' class.

See Also:
WorkflowSuccessState, StatePackage.getWorkflowSuccessState()
EMF generated code

WORKFLOW_FAILED_STATE

static final org.eclipse.emf.ecore.EClass WORKFLOW_FAILED_STATE
The meta object literal for the 'Workflow Failed State' class.

See Also:
WorkflowFailedState, StatePackage.getWorkflowFailedState()
EMF generated code

WORKFLOW_ERROR_STATE

static final org.eclipse.emf.ecore.EClass WORKFLOW_ERROR_STATE
The meta object literal for the 'Workflow Error State' class.

See Also:
WorkflowErrorState, StatePackage.getWorkflowErrorState()
EMF generated code