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

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

Uses of DataInput in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return DataInput
 DataInput Bpmn2Factory.createDataInput()
          Returns a new object of class 'Data Input'.
 DataInput DocumentRoot.getDataInput()
          Returns the value of the 'Data Input' containment reference.
 DataInput MultiInstanceLoopCharacteristics.getInputDataItem()
          Returns the value of the 'Input Data Item' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type DataInput
 org.eclipse.emf.common.util.EList<DataInput> ThrowEvent.getDataInput()
          Returns the value of the 'Data Input' containment reference list.
 org.eclipse.emf.common.util.EList<DataInput> InputOutputSpecification.getDataInputs()
          Returns the value of the 'Data Inputs' containment reference list.
 org.eclipse.emf.common.util.EList<DataInput> InputSet.getDataInputs()
          Returns the value of the 'Data Inputs' reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type DataInput
 void DocumentRoot.setDataInput(DataInput value)
          Sets the value of the 'Data Input' containment reference.
 void MultiInstanceLoopCharacteristics.setInputDataItem(DataInput value)
          Sets the value of the 'Input Data Item' containment reference.
 

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

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