Package org.flowable.bpmn.model
Class Association
java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.Artifact
org.flowable.bpmn.model.Association
- All Implemented Interfaces:
HasExtensionAttributes
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AssociationDirectionprotected Stringprotected StringFields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidsetAssociationDirection(AssociationDirection associationDirection) voidsetSourceRef(String sourceRef) voidsetTargetRef(String targetRef) voidsetValues(Association otherElement) Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber