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.ElementReference<DmnElement,SourceRef> |
sourceRef |
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<DmnElement,TargetRef> |
targetRef |
descriptionChild, extensionElementsChild, idAttribute, labelAttribute| Constructor and Description |
|---|
AssociationImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
AssociationDirection |
getAssociationDirection() |
DmnElement |
getSource() |
DmnElement |
getTarget() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setAssociationDirection(AssociationDirection associationDirection) |
void |
setSource(DmnElement source) |
void |
setTarget(DmnElement target) |
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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<AssociationDirection> associationDirectionAttribute
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<DmnElement,SourceRef> sourceRef
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<DmnElement,TargetRef> targetRef
public AssociationImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public AssociationDirection getAssociationDirection()
getAssociationDirection in interface Associationpublic void setAssociationDirection(AssociationDirection associationDirection)
setAssociationDirection in interface Associationpublic DmnElement getSource()
getSource in interface Associationpublic void setSource(DmnElement source)
setSource in interface Associationpublic DmnElement getTarget()
getTarget in interface Associationpublic void setTarget(DmnElement target)
setTarget in interface Associationpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2015–2019 camunda services GmbH. All rights reserved.