Interface TextAnnotation

All Superinterfaces:
Artifact, BaseElement, BpmnModelElementInstance, ModelElementInstance
All Known Implementing Classes:
TextAnnotationImpl

public interface TextAnnotation extends Artifact
The BPMN 2.0 textAnnotation element
Author:
Filip Hrisafov
  • Method Details

    • getTextFormat

      String getTextFormat()
    • setTextFormat

      void setTextFormat(String textFormat)
    • getText

      Text getText()
    • setText

      void setText(Text text)