public class AssociationImpl extends ArtifactImpl implements Association
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<AssociationDirection> |
associationDirectionAttribute |
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CmmnElement> |
sourceRefAttribute |
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CmmnElement> |
targetRefAttribute |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute| Constructor and Description |
|---|
AssociationImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
AssociationDirection |
getAssociationDirection() |
CmmnElement |
getSource() |
CmmnElement |
getTarget() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setAssociationDirection(AssociationDirection associationDirection) |
void |
setSource(CmmnElement source) |
void |
setTarget(CmmnElement target) |
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setIdaddChildElement, 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, waitgetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, 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.reference.AttributeReference<CmmnElement> sourceRefAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CmmnElement> targetRefAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<AssociationDirection> associationDirectionAttribute
public AssociationImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public CmmnElement getSource()
getSource in interface Associationpublic void setSource(CmmnElement source)
setSource in interface Associationpublic CmmnElement getTarget()
getTarget in interface Associationpublic void setTarget(CmmnElement target)
setTarget in interface Associationpublic AssociationDirection getAssociationDirection()
getAssociationDirection in interface Associationpublic void setAssociationDirection(AssociationDirection associationDirection)
setAssociationDirection in interface Associationpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2014–2019 camunda services GmbH. All rights reserved.