Uses of Interface
org.camunda.bpm.model.bpmn.instance.Text
-
Packages that use Text Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Text in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Text Modifier and Type Class Description class
TextImpl
The BPMN 2.0 text element from the tTextAnnotation complex typeFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Text Modifier and Type Field Description protected static ChildElement<Text>
TextAnnotationImpl. textChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return Text Modifier and Type Method Description Text
TextAnnotationImpl. getText()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Text Modifier and Type Method Description void
TextAnnotationImpl. setText(Text text)
-
Uses of Text in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return Text Modifier and Type Method Description Text
TextAnnotation. getText()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Text Modifier and Type Method Description void
TextAnnotation. setText(Text text)
-