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

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

Uses of Text in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Text
 Text Bpmn2Factory.createText()
          Returns a new object of class 'Text'.
 Text DocumentRoot.getText()
          Returns the value of the 'Text' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Text
 void DocumentRoot.setText(Text value)
          Sets the value of the 'Text' containment reference.
 

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

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