com.ibm.xtools.bpmn2
Interface InputOutputSpecification

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface InputOutputSpecification
extends BaseElement

A representation of the model object 'Input Output Specification'.

The following features are supported:

See Also:
Bpmn2Package.getInputOutputSpecification()

Method Summary
 org.eclipse.emf.common.util.EList<DataInput> getDataInputs()
          Returns the value of the 'Data Inputs' containment reference list.
 org.eclipse.emf.common.util.EList<DataOutput> getDataOutputs()
          Returns the value of the 'Data Outputs' containment reference list.
 org.eclipse.emf.common.util.EList<InputSet> getInputSets()
          Returns the value of the 'Input Sets' containment reference list.
 org.eclipse.emf.common.util.EList<OutputSet> getOutputSets()
          Returns the value of the 'Output Sets' containment reference list.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDataInputs

org.eclipse.emf.common.util.EList<DataInput> getDataInputs()
Returns the value of the 'Data Inputs' containment reference list. The list contents are of type DataInput.

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

Returns:
the value of the 'Data Inputs' containment reference list.
See Also:
Bpmn2Package.getInputOutputSpecification_DataInputs()

getDataOutputs

org.eclipse.emf.common.util.EList<DataOutput> getDataOutputs()
Returns the value of the 'Data Outputs' containment reference list. The list contents are of type DataOutput.

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

Returns:
the value of the 'Data Outputs' containment reference list.
See Also:
Bpmn2Package.getInputOutputSpecification_DataOutputs()

getInputSets

org.eclipse.emf.common.util.EList<InputSet> getInputSets()
Returns the value of the 'Input Sets' containment reference list. The list contents are of type InputSet.

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

Returns:
the value of the 'Input Sets' containment reference list.
See Also:
Bpmn2Package.getInputOutputSpecification_InputSets()

getOutputSets

org.eclipse.emf.common.util.EList<OutputSet> getOutputSets()
Returns the value of the 'Output Sets' containment reference list. The list contents are of type OutputSet.

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

Returns:
the value of the 'Output Sets' containment reference list.
See Also:
Bpmn2Package.getInputOutputSpecification_OutputSets()