Package org.flowable.bpmn.model
Class TextAnnotation
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.Artifact
-
- org.flowable.bpmn.model.TextAnnotation
-
- All Implemented Interfaces:
HasExtensionAttributes
public class TextAnnotation extends Artifact
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringtextprotected StringtextFormat-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description TextAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextAnnotationclone()StringgetText()StringgetTextFormat()voidsetText(String text)voidsetTextFormat(String textFormat)voidsetValues(TextAnnotation otherElement)-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Method Detail
-
getText
public String getText()
-
setText
public void setText(String text)
-
getTextFormat
public String getTextFormat()
-
setTextFormat
public void setTextFormat(String textFormat)
-
clone
public TextAnnotation clone()
-
setValues
public void setValues(TextAnnotation otherElement)
-
-