public class CmmnElement extends BaseElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
documentation |
protected String |
documentationTextFormat |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
CmmnElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentation() |
String |
getDocumentationTextFormat() |
void |
setDocumentation(String documentation) |
void |
setDocumentationTextFormat(String documentationTextFormat) |
void |
setValues(CmmnElement otherElement) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String documentationTextFormat
protected String documentation
public String getDocumentationTextFormat()
public void setDocumentationTextFormat(String documentationTextFormat)
public String getDocumentation()
public void setDocumentation(String documentation)
public void setValues(CmmnElement otherElement)
Copyright © 2021 Flowable. All rights reserved.