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

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

Uses of BaseElementWithMixedContent in com.ibm.xtools.bpmn2
 

Subinterfaces of BaseElementWithMixedContent in com.ibm.xtools.bpmn2
 interface Expression
          A representation of the model object 'Expression'.
 interface FormalExpression
          A representation of the model object 'Formal Expression'.
 

Methods in com.ibm.xtools.bpmn2 that return BaseElementWithMixedContent
 BaseElementWithMixedContent DocumentRoot.getBaseElementWithMixedContent()
          Returns the value of the 'Base Element With Mixed Content' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type BaseElementWithMixedContent
 void DocumentRoot.setBaseElementWithMixedContent(BaseElementWithMixedContent value)
          Sets the value of the 'Base Element With Mixed Content' containment reference.
 

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

Methods in com.ibm.xtools.bpmn2.util with parameters of type BaseElementWithMixedContent
 T Bpmn2Switch.caseBaseElementWithMixedContent(BaseElementWithMixedContent object)
          Returns the result of interpreting the object as an instance of 'Base Element With Mixed Content'.