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 AssociationDirection
protected String
protected String
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
void
setAssociationDirection
(AssociationDirection associationDirection) void
setSourceRef
(String sourceRef) void
setTargetRef
(String targetRef) void
setValues
(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