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 TText
TTextAnnotation. text
Methods in org.omg.spec.bpmn.model that return TText Modifier and Type Method Description TText
ObjectFactory. createTText()
Create an instance ofTText
TText
TTextAnnotation. 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)
void
TTextAnnotation. setText(TText value)
Sets the value of the text property.
-