Interface TextAnnotation

All Superinterfaces:
Artifact, DmnElement, DmnModelElementInstance, ModelElementInstance
All Known Implementing Classes:
TextAnnotationImpl

public interface TextAnnotation extends Artifact
  • Method Details

    • getTextFormat

      String getTextFormat()
    • setTextFormat

      void setTextFormat(String textFormat)
    • getText

      Text getText()
    • setText

      void setText(Text text)