Class TextAnnotation

All Implemented Interfaces:
HasExtensionAttributes

public class TextAnnotation extends CmmnElement
Author:
Joram Barrez
  • Field Details

    • text

      protected String text
    • textFormat

      protected String textFormat
  • Constructor Details

    • TextAnnotation

      public TextAnnotation()
  • Method Details

    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getTextFormat

      public String getTextFormat()
    • setTextFormat

      public void setTextFormat(String textFormat)
    • clone

      public TextAnnotation clone()
      Overrides:
      clone in class Object
    • setValues

      public void setValues(TextAnnotation otherElement)