org.eclipse.emf.mwe.ewm.workflow
Interface WorkflowPackage.Literals

Enclosing class:
WorkflowPackage

public static interface WorkflowPackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EClass WORKFLOW_COMPONENT
          The meta object literal for the 'Component' class.
static org.eclipse.emf.ecore.EReference WORKFLOW_COMPONENT__COMPONENT_ORCHESTRATION_STRATEGY
          The meta object literal for the 'Component Orchestration Strategy' containment reference feature.
static org.eclipse.emf.ecore.EAttribute WORKFLOW_COMPONENT__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static org.eclipse.emf.ecore.EAttribute WORKFLOW_COMPONENT__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute WORKFLOW_COMPONENT__TYPE
          The meta object literal for the 'Type' attribute feature.
static org.eclipse.emf.ecore.EClass WORKFLOW_COMPONENT_PROXY
          The meta object literal for the 'Component Proxy' class.
static org.eclipse.emf.ecore.EReference WORKFLOW_COMPONENT_PROXY__TARGET_COMPONENT
          The meta object literal for the 'Target Component' reference feature.
static org.eclipse.emf.ecore.EClass WORKFLOW_COMPOSITE_COMPONENT
          The meta object literal for the 'Composite Component' class.
static org.eclipse.emf.ecore.EReference WORKFLOW_COMPOSITE_COMPONENT__COMPONENTS
          The meta object literal for the 'Components' containment reference list feature.
static org.eclipse.emf.ecore.EReference WORKFLOW_COMPOSITE_COMPONENT__COMPOSITE_ORCHESTRATION_STRATEGY
          The meta object literal for the 'Composite Orchestration Strategy' containment reference feature.
static org.eclipse.emf.ecore.EReference WORKFLOW_COMPOSITE_COMPONENT__CONNECTIONS
          The meta object literal for the 'Connections' containment reference list feature.
static org.eclipse.emf.ecore.EReference WORKFLOW_COMPOSITE_COMPONENT__PARAMETERS
          The meta object literal for the 'Parameters' reference list feature.
static org.eclipse.emf.ecore.EReference WORKFLOW_COMPOSITE_COMPONENT__STATE_RESOLUTION_STRATEGY
          The meta object literal for the 'State Resolution Strategy' containment reference feature.
static org.eclipse.emf.ecore.EClass WORKFLOW_PARAMETER
          The meta object literal for the 'Parameter' class.
static org.eclipse.emf.ecore.EReference WORKFLOW_PARAMETER__CONNECTION
          The meta object literal for the 'Connection' reference feature.
static org.eclipse.emf.ecore.EAttribute WORKFLOW_PARAMETER__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static org.eclipse.emf.ecore.EAttribute WORKFLOW_PARAMETER__DIRECTION
          The meta object literal for the 'Direction' attribute feature.
static org.eclipse.emf.ecore.EAttribute WORKFLOW_PARAMETER__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute WORKFLOW_PARAMETER__REQUIRED
          The meta object literal for the 'Required' attribute feature.
static org.eclipse.emf.ecore.EReference WORKFLOW_PARAMETER__TYPE
          The meta object literal for the 'Type' reference feature.
static org.eclipse.emf.ecore.EReference WORKFLOW_PARAMETER__VALUE_STRATEGY
          The meta object literal for the 'Value Strategy' containment reference feature.
static org.eclipse.emf.ecore.EClass WORKFLOW_PARAMETER_CONNECTION
          The meta object literal for the 'Parameter Connection' class.
static org.eclipse.emf.ecore.EReference WORKFLOW_PARAMETER_CONNECTION__SOURCE_PARAMETER
          The meta object literal for the 'Source Parameter' reference feature.
static org.eclipse.emf.ecore.EReference WORKFLOW_PARAMETER_CONNECTION__TARGET_PARAMETERS
          The meta object literal for the 'Target Parameters' reference list feature.
static org.eclipse.emf.ecore.EEnum WORKFLOW_PARAMETER_DIRECTION
          The meta object literal for the 'Parameter Direction' enum.
static org.eclipse.emf.ecore.EClass WORKFLOW_PARAMETER_SIMPLE_VALUE_STRATEGY
          The meta object literal for the 'Parameter Simple Value Strategy' class.
static org.eclipse.emf.ecore.EClass WORKFLOW_PARAMETER_VALUE_STRATEGY
          The meta object literal for the 'Parameter Value Strategy' class.
static org.eclipse.emf.ecore.EClass WORKFLOW_UNIT_OF_WORK
          The meta object literal for the 'Unit Of Work' class.
 

Field Detail

WORKFLOW_COMPONENT

static final org.eclipse.emf.ecore.EClass WORKFLOW_COMPONENT
The meta object literal for the 'Component' class.

See Also:
WorkflowComponent, WorkflowPackage.getWorkflowComponent()
EMF generated code

WORKFLOW_COMPONENT__NAME

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

EMF generated code

WORKFLOW_COMPONENT__TYPE

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

EMF generated code

WORKFLOW_COMPONENT__DESCRIPTION

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

EMF generated code

WORKFLOW_COMPONENT__COMPONENT_ORCHESTRATION_STRATEGY

static final org.eclipse.emf.ecore.EReference WORKFLOW_COMPONENT__COMPONENT_ORCHESTRATION_STRATEGY
The meta object literal for the 'Component Orchestration Strategy' containment reference feature.

EMF generated code

WORKFLOW_COMPOSITE_COMPONENT

static final org.eclipse.emf.ecore.EClass WORKFLOW_COMPOSITE_COMPONENT
The meta object literal for the 'Composite Component' class.

See Also:
WorkflowCompositeComponent, WorkflowPackage.getWorkflowCompositeComponent()
EMF generated code

WORKFLOW_COMPOSITE_COMPONENT__COMPONENTS

static final org.eclipse.emf.ecore.EReference WORKFLOW_COMPOSITE_COMPONENT__COMPONENTS
The meta object literal for the 'Components' containment reference list feature.

EMF generated code

WORKFLOW_COMPOSITE_COMPONENT__PARAMETERS

static final org.eclipse.emf.ecore.EReference WORKFLOW_COMPOSITE_COMPONENT__PARAMETERS
The meta object literal for the 'Parameters' reference list feature.

EMF generated code

WORKFLOW_COMPOSITE_COMPONENT__COMPOSITE_ORCHESTRATION_STRATEGY

static final org.eclipse.emf.ecore.EReference WORKFLOW_COMPOSITE_COMPONENT__COMPOSITE_ORCHESTRATION_STRATEGY
The meta object literal for the 'Composite Orchestration Strategy' containment reference feature.

EMF generated code

WORKFLOW_COMPOSITE_COMPONENT__CONNECTIONS

static final org.eclipse.emf.ecore.EReference WORKFLOW_COMPOSITE_COMPONENT__CONNECTIONS
The meta object literal for the 'Connections' containment reference list feature.

EMF generated code

WORKFLOW_COMPOSITE_COMPONENT__STATE_RESOLUTION_STRATEGY

static final org.eclipse.emf.ecore.EReference WORKFLOW_COMPOSITE_COMPONENT__STATE_RESOLUTION_STRATEGY
The meta object literal for the 'State Resolution Strategy' containment reference feature.

EMF generated code

WORKFLOW_UNIT_OF_WORK

static final org.eclipse.emf.ecore.EClass WORKFLOW_UNIT_OF_WORK
The meta object literal for the 'Unit Of Work' class.

See Also:
WorkflowUnitOfWork, WorkflowPackage.getWorkflowUnitOfWork()
EMF generated code

WORKFLOW_PARAMETER

static final org.eclipse.emf.ecore.EClass WORKFLOW_PARAMETER
The meta object literal for the 'Parameter' class.

See Also:
WorkflowParameter, WorkflowPackage.getWorkflowParameter()
EMF generated code

WORKFLOW_PARAMETER__TYPE

static final org.eclipse.emf.ecore.EReference WORKFLOW_PARAMETER__TYPE
The meta object literal for the 'Type' reference feature.

EMF generated code

WORKFLOW_PARAMETER__VALUE_STRATEGY

static final org.eclipse.emf.ecore.EReference WORKFLOW_PARAMETER__VALUE_STRATEGY
The meta object literal for the 'Value Strategy' containment reference feature.

EMF generated code

WORKFLOW_PARAMETER__DIRECTION

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

EMF generated code

WORKFLOW_PARAMETER_VALUE_STRATEGY

static final org.eclipse.emf.ecore.EClass WORKFLOW_PARAMETER_VALUE_STRATEGY
The meta object literal for the 'Parameter Value Strategy' class.

See Also:
WorkflowParameterValueStrategy, WorkflowPackage.getWorkflowParameterValueStrategy()
EMF generated code

WORKFLOW_PARAMETER__NAME

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

EMF generated code

WORKFLOW_PARAMETER__DESCRIPTION

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

EMF generated code

WORKFLOW_PARAMETER__CONNECTION

static final org.eclipse.emf.ecore.EReference WORKFLOW_PARAMETER__CONNECTION
The meta object literal for the 'Connection' reference feature.

EMF generated code

WORKFLOW_PARAMETER__REQUIRED

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

EMF generated code

WORKFLOW_PARAMETER_CONNECTION

static final org.eclipse.emf.ecore.EClass WORKFLOW_PARAMETER_CONNECTION
The meta object literal for the 'Parameter Connection' class.

See Also:
WorkflowParameterConnection, WorkflowPackage.getWorkflowParameterConnection()
EMF generated code

WORKFLOW_PARAMETER_CONNECTION__SOURCE_PARAMETER

static final org.eclipse.emf.ecore.EReference WORKFLOW_PARAMETER_CONNECTION__SOURCE_PARAMETER
The meta object literal for the 'Source Parameter' reference feature.

EMF generated code

WORKFLOW_PARAMETER_CONNECTION__TARGET_PARAMETERS

static final org.eclipse.emf.ecore.EReference WORKFLOW_PARAMETER_CONNECTION__TARGET_PARAMETERS
The meta object literal for the 'Target Parameters' reference list feature.

EMF generated code

WORKFLOW_PARAMETER_SIMPLE_VALUE_STRATEGY

static final org.eclipse.emf.ecore.EClass WORKFLOW_PARAMETER_SIMPLE_VALUE_STRATEGY
The meta object literal for the 'Parameter Simple Value Strategy' class.

See Also:
WorkflowParameterSimpleValueStrategy, WorkflowPackage.getWorkflowParameterSimpleValueStrategy()
EMF generated code

WORKFLOW_COMPONENT_PROXY

static final org.eclipse.emf.ecore.EClass WORKFLOW_COMPONENT_PROXY
The meta object literal for the 'Component Proxy' class.

See Also:
WorkflowComponentProxy, WorkflowPackage.getWorkflowComponentProxy()
EMF generated code

WORKFLOW_COMPONENT_PROXY__TARGET_COMPONENT

static final org.eclipse.emf.ecore.EReference WORKFLOW_COMPONENT_PROXY__TARGET_COMPONENT
The meta object literal for the 'Target Component' reference feature.

EMF generated code

WORKFLOW_PARAMETER_DIRECTION

static final org.eclipse.emf.ecore.EEnum WORKFLOW_PARAMETER_DIRECTION
The meta object literal for the 'Parameter Direction' enum.

See Also:
WorkflowParameterDirection, WorkflowPackage.getWorkflowParameterDirection()
EMF generated code