Class TextAnnotationImpl

All Implemented Interfaces:
Artifact, BaseElement, BpmnModelElementInstance, TextAnnotation, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class TextAnnotationImpl extends ArtifactImpl implements TextAnnotation
The BPMN 2.0 textAnnotation element
Author:
Filip Hrisafov
  • Field Details

    • textFormatAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> textFormatAttribute
    • textChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<Text> textChild
  • Constructor Details

    • TextAnnotationImpl

      public TextAnnotationImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details