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

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

Uses of DataObject in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return DataObject
 DataObject Bpmn2Factory.createDataObject()
          Returns a new object of class 'Data Object'.
 DataObject DocumentRoot.getDataObject()
          Returns the value of the 'Data Object' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type DataObject
 void DocumentRoot.setDataObject(DataObject value)
          Sets the value of the 'Data Object' containment reference.
 

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

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