public abstract class CmmnElementImpl extends CmmnModelElementInstanceImpl implements CmmnElement
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
descriptionAttribute
Deprecated.
|
protected static ChildElementCollection<Documentation> |
documentationCollection |
protected static ChildElement<ExtensionElements> |
extensionElementsChild |
protected static Attribute<String> |
idAttribute |
modelInstance
Constructor and Description |
---|
CmmnElementImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Collection<Documentation> |
getDocumentations() |
ExtensionElements |
getExtensionElements() |
String |
getId() |
protected boolean |
isCmmn11() |
static void |
registerType(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, 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
protected static ChildElement<ExtensionElements> extensionElementsChild
@Deprecated protected static Attribute<String> descriptionAttribute
protected static ChildElementCollection<Documentation> documentationCollection
public CmmnElementImpl(ModelTypeInstanceContext instanceContext)
public String getId()
getId
in interface CmmnElement
public void setId(String id)
setId
in interface CmmnElement
public String getDescription()
getDescription
in interface CmmnElement
public void setDescription(String description)
setDescription
in interface CmmnElement
public Collection<Documentation> getDocumentations()
getDocumentations
in interface CmmnElement
public ExtensionElements getExtensionElements()
getExtensionElements
in interface CmmnElement
public void setExtensionElements(ExtensionElements extensionElements)
setExtensionElements
in interface CmmnElement
protected boolean isCmmn11()
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2019. All rights reserved.