org.eclipse.gmt.modisco.workflow.mwe.workflow
Interface WorkflowPackage.Literals

Enclosing interface:
WorkflowPackage

public static interface WorkflowPackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EEnum DIRECTION
          The meta object literal for the 'Direction' enum.
static EClass IWORKFLOW_VISITOR
          The meta object literal for the 'IWorkflow Visitor' class.
static EClass WORKFLOW
          The meta object literal for the 'Workflow' class.
static EReference WORKFLOW__COMPONENTS
          The meta object literal for the 'Components' containment reference list feature.
static EReference WORKFLOW__ENGINES
          The meta object literal for the 'Engines' containment reference list feature.
static EClass WORKFLOW_COMPONENT
          The meta object literal for the 'Component' class.
static EReference WORKFLOW_COMPONENT__COMPONENT_ORCHESTRATION_STRATEGY
          The meta object literal for the 'Component Orchestration Strategy' containment reference feature.
static EAttribute WORKFLOW_COMPONENT__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EAttribute WORKFLOW_COMPONENT__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute WORKFLOW_COMPONENT__TYPE
          The meta object literal for the 'Type' attribute feature.
static EClass WORKFLOW_COMPONENT_MINIMALIST
          The meta object literal for the 'Component Minimalist' class.
static EClass WORKFLOW_COMPONENT_PROXY
          The meta object literal for the 'Component Proxy' class.
static EReference WORKFLOW_COMPONENT_PROXY__TARGET_COMPONENT
          The meta object literal for the 'Target Component' reference feature.
static EClass WORKFLOW_COMPOSITE_COMPONENT
          The meta object literal for the 'Composite Component' class.
static EReference WORKFLOW_COMPOSITE_COMPONENT__COMPONENTS
          The meta object literal for the 'Components' containment reference list feature.
static EReference WORKFLOW_COMPOSITE_COMPONENT__COMPOSITE_ORCHESTRATION_STRATEGY
          The meta object literal for the 'Composite Orchestration Strategy' containment reference feature.
static EReference WORKFLOW_COMPOSITE_COMPONENT__CONNECTIONS
          The meta object literal for the 'Connections' containment reference list feature.
static EReference WORKFLOW_COMPOSITE_COMPONENT__PARAMETERS
          The meta object literal for the 'Parameters' reference list feature.
static EReference WORKFLOW_COMPOSITE_COMPONENT__STATE_RESOLUTION_STRATEGY
          The meta object literal for the 'State Resolution Strategy' containment reference feature.
static EClass WORKFLOW_PARAMETER
          The meta object literal for the 'Parameter' class.
static EReference WORKFLOW_PARAMETER__CONNECTION
          The meta object literal for the 'Connection' reference feature.
static EAttribute WORKFLOW_PARAMETER__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EAttribute WORKFLOW_PARAMETER__DIRECTION
          The meta object literal for the 'Direction' attribute feature.
static EAttribute WORKFLOW_PARAMETER__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute WORKFLOW_PARAMETER__REQUIRED
          The meta object literal for the 'Required' attribute feature.
static EAttribute WORKFLOW_PARAMETER__TYPE
          The meta object literal for the 'Type' attribute feature.
static EReference WORKFLOW_PARAMETER__VALUE_STRATEGY
          The meta object literal for the 'Value Strategy' containment reference feature.
static EClass WORKFLOW_PARAMETER_CONNECTION
          The meta object literal for the 'Parameter Connection' class.
static EReference WORKFLOW_PARAMETER_CONNECTION__INPUTS
          The meta object literal for the 'Inputs' reference list feature.
static EReference WORKFLOW_PARAMETER_CONNECTION__OUTPUT
          The meta object literal for the 'Output' reference feature.
static EClass WORKFLOW_PARAMETER_SIMPLE_VALUE_STRATEGY
          The meta object literal for the 'Parameter Simple Value Strategy' class.
static EClass WORKFLOW_PARAMETER_VALUE_STRATEGY
          The meta object literal for the 'Parameter Value Strategy' class.
static EClass WORKFLOW_UNIT_OF_WORK
          The meta object literal for the 'Unit Of Work' class.
static EReference WORKFLOW_UNIT_OF_WORK__PARAMETERS
          The meta object literal for the 'Parameters' containment reference list feature.
 

Field Detail

WORKFLOW

static final EClass WORKFLOW
The meta object literal for the 'Workflow' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflow()
Generated:

WORKFLOW__COMPONENTS

static final EReference WORKFLOW__COMPONENTS
The meta object literal for the 'Components' containment reference list feature.

Generated:

WORKFLOW__ENGINES

static final EReference WORKFLOW__ENGINES
The meta object literal for the 'Engines' containment reference list feature.

Generated:

WORKFLOW_COMPONENT

static final EClass WORKFLOW_COMPONENT
The meta object literal for the 'Component' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowComponentImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowComponent()
Generated:

WORKFLOW_COMPONENT__NAME

static final EAttribute WORKFLOW_COMPONENT__NAME
The meta object literal for the 'Name' attribute feature.

Generated:

WORKFLOW_COMPONENT__TYPE

static final EAttribute WORKFLOW_COMPONENT__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:

WORKFLOW_COMPONENT__DESCRIPTION

static final EAttribute WORKFLOW_COMPONENT__DESCRIPTION
The meta object literal for the 'Description' attribute feature.

Generated:

WORKFLOW_COMPONENT__COMPONENT_ORCHESTRATION_STRATEGY

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

Generated:

WORKFLOW_COMPOSITE_COMPONENT

static final EClass WORKFLOW_COMPOSITE_COMPONENT
The meta object literal for the 'Composite Component' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowCompositeComponentImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowCompositeComponent()
Generated:

WORKFLOW_COMPOSITE_COMPONENT__COMPONENTS

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

Generated:

WORKFLOW_COMPOSITE_COMPONENT__COMPOSITE_ORCHESTRATION_STRATEGY

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

Generated:

WORKFLOW_COMPOSITE_COMPONENT__CONNECTIONS

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

Generated:

WORKFLOW_COMPOSITE_COMPONENT__STATE_RESOLUTION_STRATEGY

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

Generated:

WORKFLOW_COMPOSITE_COMPONENT__PARAMETERS

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

Generated:

WORKFLOW_UNIT_OF_WORK

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

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowUnitOfWorkImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowUnitOfWork()
Generated:

WORKFLOW_UNIT_OF_WORK__PARAMETERS

static final EReference WORKFLOW_UNIT_OF_WORK__PARAMETERS
The meta object literal for the 'Parameters' containment reference list feature.

Generated:

WORKFLOW_PARAMETER

static final EClass WORKFLOW_PARAMETER
The meta object literal for the 'Parameter' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowParameterImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowParameter()
Generated:

WORKFLOW_PARAMETER__NAME

static final EAttribute WORKFLOW_PARAMETER__NAME
The meta object literal for the 'Name' attribute feature.

Generated:

WORKFLOW_PARAMETER__DESCRIPTION

static final EAttribute WORKFLOW_PARAMETER__DESCRIPTION
The meta object literal for the 'Description' attribute feature.

Generated:

WORKFLOW_PARAMETER__CONNECTION

static final EReference WORKFLOW_PARAMETER__CONNECTION
The meta object literal for the 'Connection' reference feature.

Generated:

WORKFLOW_PARAMETER__REQUIRED

static final EAttribute WORKFLOW_PARAMETER__REQUIRED
The meta object literal for the 'Required' attribute feature.

Generated:

WORKFLOW_PARAMETER__VALUE_STRATEGY

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

Generated:

WORKFLOW_PARAMETER__TYPE

static final EAttribute WORKFLOW_PARAMETER__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:

WORKFLOW_PARAMETER__DIRECTION

static final EAttribute WORKFLOW_PARAMETER__DIRECTION
The meta object literal for the 'Direction' attribute feature.

Generated:

WORKFLOW_PARAMETER_VALUE_STRATEGY

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

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowParameterValueStrategyImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowParameterValueStrategy()
Generated:

WORKFLOW_PARAMETER_CONNECTION

static final EClass WORKFLOW_PARAMETER_CONNECTION
The meta object literal for the 'Parameter Connection' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowParameterConnectionImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowParameterConnection()
Generated:

WORKFLOW_PARAMETER_CONNECTION__OUTPUT

static final EReference WORKFLOW_PARAMETER_CONNECTION__OUTPUT
The meta object literal for the 'Output' reference feature.

Generated:

WORKFLOW_PARAMETER_CONNECTION__INPUTS

static final EReference WORKFLOW_PARAMETER_CONNECTION__INPUTS
The meta object literal for the 'Inputs' reference list feature.

Generated:

WORKFLOW_PARAMETER_SIMPLE_VALUE_STRATEGY

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

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowParameterSimpleValueStrategyImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowParameterSimpleValueStrategy()
Generated:

IWORKFLOW_VISITOR

static final EClass IWORKFLOW_VISITOR
The meta object literal for the 'IWorkflow Visitor' class.

See Also:
IWorkflowVisitor, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getIWorkflowVisitor()
Generated:

WORKFLOW_COMPONENT_PROXY

static final EClass WORKFLOW_COMPONENT_PROXY
The meta object literal for the 'Component Proxy' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowComponentProxyImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowComponentProxy()
Generated:

WORKFLOW_COMPONENT_PROXY__TARGET_COMPONENT

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

Generated:

WORKFLOW_COMPONENT_MINIMALIST

static final EClass WORKFLOW_COMPONENT_MINIMALIST
The meta object literal for the 'Component Minimalist' class.

See Also:
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowComponentMinimalistImpl, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowComponentMinimalist()
Generated:

DIRECTION

static final EEnum DIRECTION
The meta object literal for the 'Direction' enum.

See Also:
Direction, org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getDirection()
Generated: