Uses of Class
org.omg.spec.bpmn.model.TText
- 
Packages that use TText Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TText in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TText Modifier and Type Field Description protected TTextTTextAnnotation. textMethods in org.omg.spec.bpmn.model that return TText Modifier and Type Method Description TTextObjectFactory. createTText()Create an instance ofTTextTTextTTextAnnotation. getText()Gets the value of the text property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TText Modifier and Type Method Description javax.xml.bind.JAXBElement<TText>ObjectFactory. createText(TText value)Methods in org.omg.spec.bpmn.model with parameters of type TText Modifier and Type Method Description javax.xml.bind.JAXBElement<TText>ObjectFactory. createText(TText value)voidTTextAnnotation. setText(TText value)Sets the value of the text property. 
 -