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

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

Uses of DataInputAssociation in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return DataInputAssociation
 DataInputAssociation Bpmn2Factory.createDataInputAssociation()
          Returns a new object of class 'Data Input Association'.
 DataInputAssociation DocumentRoot.getDataInputAssociation()
          Returns the value of the 'Data Input Association' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type DataInputAssociation
 org.eclipse.emf.common.util.EList<DataInputAssociation> ThrowEvent.getDataInputAssociation()
          Returns the value of the 'Data Input Association' containment reference list.
 org.eclipse.emf.common.util.EList<DataInputAssociation> Activity.getDataInputAssociations()
          Returns the value of the 'Data Input Associations' containment reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type DataInputAssociation
 void DocumentRoot.setDataInputAssociation(DataInputAssociation value)
          Sets the value of the 'Data Input Association' containment reference.
 

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

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