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

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

Uses of DataAssociation in com.ibm.xtools.bpmn2
 

Subinterfaces of DataAssociation in com.ibm.xtools.bpmn2
 interface DataInputAssociation
          A representation of the model object 'Data Input Association'.
 interface DataOutputAssociation
          A representation of the model object 'Data Output Association'.
 

Methods in com.ibm.xtools.bpmn2 that return DataAssociation
 DataAssociation DocumentRoot.getDataAssociation()
          Returns the value of the 'Data Association' containment reference.
 

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

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

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