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

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

Uses of PotentialOwner in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return PotentialOwner
 PotentialOwner Bpmn2Factory.createPotentialOwner()
          Returns a new object of class 'Potential Owner'.
 PotentialOwner DocumentRoot.getPotentialOwner()
          Returns the value of the 'Potential Owner' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type PotentialOwner
 void DocumentRoot.setPotentialOwner(PotentialOwner value)
          Sets the value of the 'Potential Owner' containment reference.
 

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

Methods in com.ibm.xtools.bpmn2.util with parameters of type PotentialOwner
 T Bpmn2Switch.casePotentialOwner(PotentialOwner object)
          Returns the result of interpreting the object as an instance of 'Potential Owner'.