public class DocumentationImpl extends BpmnModelElementInstanceImpl 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) |
builder, getScope, isScope
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder, getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
public DocumentationImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
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
Copyright © 2015. All rights reserved.