public class ExtensionElementsImpl extends BpmnModelElementInstanceImpl implements ExtensionElements
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<ModelElementInstance> |
anyCollection |
modelInstance
Constructor and Description |
---|
ExtensionElementsImpl(ModelTypeInstanceContext context) |
Modifier and Type | Method and Description |
---|---|
<T extends ModelElementInstance> |
addExtensionElement(Class<T> extensionElementClass) |
ModelElementInstance |
addExtensionElement(String namespaceUri,
String localName) |
Collection<ModelElementInstance> |
getElements() |
Query<ModelElementInstance> |
getElementsQuery() |
static void |
registerType(ModelBuilder modelBuilder) |
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 ChildElementCollection<ModelElementInstance> anyCollection
public ExtensionElementsImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public Collection<ModelElementInstance> getElements()
getElements
in interface ExtensionElements
public Query<ModelElementInstance> getElementsQuery()
getElementsQuery
in interface ExtensionElements
public ModelElementInstance addExtensionElement(String namespaceUri, String localName)
addExtensionElement
in interface ExtensionElements
public <T extends ModelElementInstance> T addExtensionElement(Class<T> extensionElementClass)
addExtensionElement
in interface ExtensionElements
Copyright © 2015. All rights reserved.