public abstract class DiagramElementImpl extends BpmnModelElementInstanceImpl implements DiagramElement
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<Extension> |
extensionChild |
protected static Attribute<String> |
idAttribute |
modelInstance
Constructor and Description |
---|
DiagramElementImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Extension |
getExtension() |
String |
getId() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setExtension(Extension extension) |
void |
setId(String id) |
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
protected static ChildElement<Extension> extensionChild
public DiagramElementImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getId()
getId
in interface DiagramElement
public void setId(String id)
setId
in interface DiagramElement
public Extension getExtension()
getExtension
in interface DiagramElement
public void setExtension(Extension extension)
setExtension
in interface DiagramElement
Copyright © 2015. All rights reserved.