org.eclipse.modisco.workflow.modiscoworkflow
Interface Work

All Superinterfaces:
Element

public interface Work
extends Element

A representation of the model object ' Work'.

The following features are supported:

See Also:
ModiscoworkflowPackage.getWork()
Generated:
Model:

Method Summary
  getParameters()
          Returns the value of the 'Parameters' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.workflow.modiscoworkflow.Element
getIndex, getName, getType, setIndex, setName, setType
 

Method Detail

getParameters

 getParameters()
Returns the value of the 'Parameters' containment reference list. The list contents are of type WorkParameter.

If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameters' containment reference list.
See Also:
ModiscoworkflowPackage.getWork_Parameters()
Generated:
Model:
containment="true"