|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WorkflowPackage.Literals
Defines literals for the meta objects that represent
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 |
---|
static final EClass WORKFLOW
Workflow
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflow()
static final EReference WORKFLOW__COMPONENTS
static final EReference WORKFLOW__ENGINES
static final EClass WORKFLOW_COMPONENT
Component
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowComponentImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowComponent()
static final EAttribute WORKFLOW_COMPONENT__NAME
static final EAttribute WORKFLOW_COMPONENT__TYPE
static final EAttribute WORKFLOW_COMPONENT__DESCRIPTION
static final EReference WORKFLOW_COMPONENT__COMPONENT_ORCHESTRATION_STRATEGY
static final EClass WORKFLOW_COMPOSITE_COMPONENT
Composite Component
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowCompositeComponentImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowCompositeComponent()
static final EReference WORKFLOW_COMPOSITE_COMPONENT__COMPONENTS
static final EReference WORKFLOW_COMPOSITE_COMPONENT__COMPOSITE_ORCHESTRATION_STRATEGY
static final EReference WORKFLOW_COMPOSITE_COMPONENT__CONNECTIONS
static final EReference WORKFLOW_COMPOSITE_COMPONENT__STATE_RESOLUTION_STRATEGY
static final EReference WORKFLOW_COMPOSITE_COMPONENT__PARAMETERS
static final EClass WORKFLOW_UNIT_OF_WORK
Unit Of Work
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowUnitOfWorkImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowUnitOfWork()
static final EReference WORKFLOW_UNIT_OF_WORK__PARAMETERS
static final EClass WORKFLOW_PARAMETER
Parameter
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowParameterImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowParameter()
static final EAttribute WORKFLOW_PARAMETER__NAME
static final EAttribute WORKFLOW_PARAMETER__DESCRIPTION
static final EReference WORKFLOW_PARAMETER__CONNECTION
static final EAttribute WORKFLOW_PARAMETER__REQUIRED
static final EReference WORKFLOW_PARAMETER__VALUE_STRATEGY
static final EAttribute WORKFLOW_PARAMETER__TYPE
static final EAttribute WORKFLOW_PARAMETER__DIRECTION
static final EClass WORKFLOW_PARAMETER_VALUE_STRATEGY
Parameter Value Strategy
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowParameterValueStrategyImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowParameterValueStrategy()
static final EClass WORKFLOW_PARAMETER_CONNECTION
Parameter Connection
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowParameterConnectionImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowParameterConnection()
static final EReference WORKFLOW_PARAMETER_CONNECTION__OUTPUT
static final EReference WORKFLOW_PARAMETER_CONNECTION__INPUTS
static final EClass WORKFLOW_PARAMETER_SIMPLE_VALUE_STRATEGY
Parameter Simple Value Strategy
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowParameterSimpleValueStrategyImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowParameterSimpleValueStrategy()
static final EClass IWORKFLOW_VISITOR
IWorkflow Visitor
' class.
IWorkflowVisitor
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getIWorkflowVisitor()
static final EClass WORKFLOW_COMPONENT_PROXY
Component Proxy
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowComponentProxyImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowComponentProxy()
static final EReference WORKFLOW_COMPONENT_PROXY__TARGET_COMPONENT
static final EClass WORKFLOW_COMPONENT_MINIMALIST
Component Minimalist
' class.
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowComponentMinimalistImpl
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getWorkflowComponentMinimalist()
static final EEnum DIRECTION
Direction
' enum.
Direction
,
org.eclipse.gmt.modisco.workflow.mwe.workflow.impl.WorkflowPackageImpl#getDirection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |