Uses of Interface
com.ibm.xtools.bpmn2.DataOutput

Packages that use DataOutput
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of DataOutput in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return DataOutput
 DataOutput Bpmn2Factory.createDataOutput()
          Returns a new object of class 'Data Output'.
 DataOutput DocumentRoot.getDataOutput()
          Returns the value of the 'Data Output' containment reference.
 DataOutput MultiInstanceLoopCharacteristics.getOutputDataItem()
          Returns the value of the 'Output Data Item' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type DataOutput
 org.eclipse.emf.common.util.EList<DataOutput> CatchEvent.getDataOutput()
          Returns the value of the 'Data Output' containment reference list.
 org.eclipse.emf.common.util.EList<DataOutput> InputOutputSpecification.getDataOutputs()
          Returns the value of the 'Data Outputs' containment reference list.
 org.eclipse.emf.common.util.EList<DataOutput> OutputSet.getDataOutputs()
          Returns the value of the 'Data Outputs' reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type DataOutput
 void DocumentRoot.setDataOutput(DataOutput value)
          Sets the value of the 'Data Output' containment reference.
 void MultiInstanceLoopCharacteristics.setOutputDataItem(DataOutput value)
          Sets the value of the 'Output Data Item' containment reference.
 

Uses of DataOutput in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type DataOutput
 T Bpmn2Switch.caseDataOutput(DataOutput object)
          Returns the result of interpreting the object as an instance of 'Data Output'.