g-Eclipse
Release 1.0.0

eu.geclipse.workflow.model
Interface IWorkflowPackage.Literals

Enclosing interface:
IWorkflowPackage

public static interface IWorkflowPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass IINPUT_PORT
          The meta object literal for the 'IInput Port' class
static EReference IINPUT_PORT__LINKS
          The meta object literal for the 'Links' reference list feature
static EReference IINPUT_PORT__NODE
          The meta object literal for the 'Node' container reference feature
static EClass ILINK
          The meta object literal for the 'ILink' class
static EReference ILINK__SOURCE
          The meta object literal for the 'Source' reference feature
static EReference ILINK__TARGET
          The meta object literal for the 'Target' reference feature
static EReference ILINK__WORKFLOW
          The meta object literal for the 'Workflow' container reference feature
static EClass IOUTPUT_PORT
          The meta object literal for the 'IOutput Port' class
static EReference IOUTPUT_PORT__LINKS
          The meta object literal for the 'Links' reference list feature
static EReference IOUTPUT_PORT__NODE
          The meta object literal for the 'Node' container reference feature
static EClass IPORT
          The meta object literal for the 'IPort' class
static EAttribute IPORT__FILE_NAME
          The meta object literal for the 'File Name' attribute feature
static EClass IWORKFLOW
          The meta object literal for the 'IWorkflow' class
static EReference IWORKFLOW__LINKS
          The meta object literal for the 'Links' containment reference list feature
static EReference IWORKFLOW__NODES
          The meta object literal for the 'Nodes' containment reference list feature
static EClass IWORKFLOW_ELEMENT
          The meta object literal for the 'IWorkflow Element' class
static EAttribute IWORKFLOW_ELEMENT__ID
          The meta object literal for the 'Id' attribute feature
static EAttribute IWORKFLOW_ELEMENT__NAME
          The meta object literal for the 'Name' attribute feature
static EClass IWORKFLOW_JOB
          The meta object literal for the 'IWorkflow Job' class
static EAttribute IWORKFLOW_JOB__JOB_DESCRIPTION
          The meta object literal for the 'Job Description' attribute feature
static EAttribute IWORKFLOW_JOB__JOB_DESCRIPTION_FILE_NAME
          The meta object literal for the 'Job Description File Name' attribute feature
static EClass IWORKFLOW_NODE
          The meta object literal for the 'IWorkflow Node' class
static EReference IWORKFLOW_NODE__INPUTS
          The meta object literal for the 'Inputs' containment reference list feature
static EAttribute IWORKFLOW_NODE__IS_FINISH
          The meta object literal for the 'Is Finish' attribute feature
static EAttribute IWORKFLOW_NODE__IS_START
          The meta object literal for the 'Is Start' attribute feature
static EReference IWORKFLOW_NODE__OUTPUTS
          The meta object literal for the 'Outputs' containment reference list feature
static EReference IWORKFLOW_NODE__WORKFLOW
          The meta object literal for the 'Workflow' container reference feature
 

Field Detail

IPORT

static final EClass IPORT
The meta object literal for the 'IPort' class.

See Also:
eu.geclipse.workflow.impl.IPortImpl, WorkflowPackageImpl.getIPort()

IPORT__FILE_NAME

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


ILINK

static final EClass ILINK
The meta object literal for the 'ILink' class.

See Also:
eu.geclipse.workflow.impl.ILinkImpl, WorkflowPackageImpl.getILink()

ILINK__WORKFLOW

static final EReference ILINK__WORKFLOW
The meta object literal for the 'Workflow' container reference feature.


ILINK__TARGET

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


ILINK__SOURCE

static final EReference ILINK__SOURCE
The meta object literal for the 'Source' reference feature.


IINPUT_PORT

static final EClass IINPUT_PORT
The meta object literal for the 'IInput Port' class.

See Also:
eu.geclipse.workflow.impl.IInputPortImpl, WorkflowPackageImpl.getIInputPort()

IINPUT_PORT__NODE

static final EReference IINPUT_PORT__NODE
The meta object literal for the 'Node' container reference feature.


IINPUT_PORT__LINKS

static final EReference IINPUT_PORT__LINKS
The meta object literal for the 'Links' reference list feature.


IOUTPUT_PORT

static final EClass IOUTPUT_PORT
The meta object literal for the 'IOutput Port' class.

See Also:
eu.geclipse.workflow.impl.IOutputPortImpl, WorkflowPackageImpl.getIOutputPort()

IOUTPUT_PORT__NODE

static final EReference IOUTPUT_PORT__NODE
The meta object literal for the 'Node' container reference feature.


IOUTPUT_PORT__LINKS

static final EReference IOUTPUT_PORT__LINKS
The meta object literal for the 'Links' reference list feature.


IWORKFLOW

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

See Also:
eu.geclipse.workflow.impl.IWorkflowImpl, WorkflowPackageImpl.getIWorkflow()

IWORKFLOW__NODES

static final EReference IWORKFLOW__NODES
The meta object literal for the 'Nodes' containment reference list feature.


IWORKFLOW__LINKS

static final EReference IWORKFLOW__LINKS
The meta object literal for the 'Links' containment reference list feature.


IWORKFLOW_JOB

static final EClass IWORKFLOW_JOB
The meta object literal for the 'IWorkflow Job' class.

See Also:
eu.geclipse.workflow.impl.IWorkflowJobImpl, WorkflowPackageImpl.getIWorkflowJob()

IWORKFLOW_JOB__JOB_DESCRIPTION

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


IWORKFLOW_JOB__JOB_DESCRIPTION_FILE_NAME

static final EAttribute IWORKFLOW_JOB__JOB_DESCRIPTION_FILE_NAME
The meta object literal for the 'Job Description File Name' attribute feature.


IWORKFLOW_ELEMENT

static final EClass IWORKFLOW_ELEMENT
The meta object literal for the 'IWorkflow Element' class.

See Also:
eu.geclipse.workflow.impl.IWorkflowElementImpl, WorkflowPackageImpl.getIWorkflowElement()

IWORKFLOW_ELEMENT__NAME

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


IWORKFLOW_ELEMENT__ID

static final EAttribute IWORKFLOW_ELEMENT__ID
The meta object literal for the 'Id' attribute feature.


IWORKFLOW_NODE

static final EClass IWORKFLOW_NODE
The meta object literal for the 'IWorkflow Node' class.

See Also:
eu.geclipse.workflow.impl.IWorkflowNodeImpl, WorkflowPackageImpl.getIWorkflowNode()

IWORKFLOW_NODE__WORKFLOW

static final EReference IWORKFLOW_NODE__WORKFLOW
The meta object literal for the 'Workflow' container reference feature.


IWORKFLOW_NODE__OUTPUTS

static final EReference IWORKFLOW_NODE__OUTPUTS
The meta object literal for the 'Outputs' containment reference list feature.


IWORKFLOW_NODE__INPUTS

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


IWORKFLOW_NODE__IS_START

static final EAttribute IWORKFLOW_NODE__IS_START
The meta object literal for the 'Is Start' attribute feature.


IWORKFLOW_NODE__IS_FINISH

static final EAttribute IWORKFLOW_NODE__IS_FINISH
The meta object literal for the 'Is Finish' attribute feature.


g-Eclipse
Release 1.0.0