public abstract class CmmnElementImpl extends CmmnModelElementInstanceImpl implements CmmnElement
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
descriptionAttribute
Deprecated.
|
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Documentation> |
documentationCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements> |
extensionElementsChild |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
idAttribute |
| Constructor and Description |
|---|
CmmnElementImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Collection<Documentation> |
getDocumentations() |
ExtensionElements |
getExtensionElements() |
String |
getId() |
protected boolean |
isCmmn11() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setDescription(String description) |
void |
setExtensionElements(ExtensionElements extensionElements) |
void |
setId(String id) |
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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddChildElement, 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, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> idAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements> extensionElementsChild
@Deprecated protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> descriptionAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Documentation> documentationCollection
public CmmnElementImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public String getId()
getId in interface CmmnElementpublic void setId(String id)
setId in interface CmmnElementpublic String getDescription()
getDescription in interface CmmnElementpublic void setDescription(String description)
setDescription in interface CmmnElementpublic Collection<Documentation> getDocumentations()
getDocumentations in interface CmmnElementpublic ExtensionElements getExtensionElements()
getExtensionElements in interface CmmnElementpublic void setExtensionElements(ExtensionElements extensionElements)
setExtensionElements in interface CmmnElementprotected boolean isCmmn11()
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2014–2019 camunda services GmbH. All rights reserved.