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 classTextImplThe 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. textChildMethods in org.camunda.bpm.model.bpmn.impl.instance that return Text Modifier and Type Method Description TextTextAnnotationImpl. getText()Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Text Modifier and Type Method Description voidTextAnnotationImpl. 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 TextTextAnnotation. getText()Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Text Modifier and Type Method Description voidTextAnnotation. setText(Text text)
-