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
public class Association extends Artifact
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected AssociationDirectionassociationDirectionprotected StringsourceRefprotected StringtargetRef-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description Association()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Associationclone()AssociationDirectiongetAssociationDirection()StringgetSourceRef()StringgetTargetRef()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
-
-
-
-
Field Detail
-
associationDirection
protected AssociationDirection associationDirection
-
sourceRef
protected String sourceRef
-
targetRef
protected String targetRef
-
-
Method Detail
-
getAssociationDirection
public AssociationDirection getAssociationDirection()
-
setAssociationDirection
public void setAssociationDirection(AssociationDirection associationDirection)
-
getSourceRef
public String getSourceRef()
-
setSourceRef
public void setSourceRef(String sourceRef)
-
getTargetRef
public String getTargetRef()
-
setTargetRef
public void setTargetRef(String targetRef)
-
clone
public Association clone()
-
setValues
public void setValues(Association otherElement)
-
-