public class DocumentationImpl extends CmmnModelElementInstanceImpl implements Documentation
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
idAttribute |
protected static Attribute<String> |
textFormatAttribute |
modelInstance
Constructor and Description |
---|
DocumentationImpl(ModelTypeInstanceContext context) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getTextFormat() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setId(String id) |
void |
setTextFormat(String textFormat) |
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
public DocumentationImpl(ModelTypeInstanceContext context)
public String getId()
getId
in interface Documentation
public void setId(String id)
setId
in interface Documentation
public String getTextFormat()
getTextFormat
in interface Documentation
public void setTextFormat(String textFormat)
setTextFormat
in interface Documentation
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.