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

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

Uses of TextAnnotation in com.ibm.xtools.bpmn2
 

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

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

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

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