public class Association extends CmmnElement
| Modifier and Type | Field and Description |
|---|---|
protected BaseElement |
sourceElement |
protected String |
sourceRef |
protected BaseElement |
targetElement |
protected String |
targetRef |
protected String |
transitionEvent |
documentation, documentationTextFormatattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
Association() |
| Modifier and Type | Method and Description |
|---|---|
Association |
clone() |
BaseElement |
getSourceElement() |
String |
getSourceRef() |
BaseElement |
getTargetElement() |
String |
getTargetRef() |
String |
getTransitionEvent() |
void |
setSourceElement(BaseElement sourceElement) |
void |
setSourceRef(String sourceRef) |
void |
setTargetElement(BaseElement targetElement) |
void |
setTargetRef(String targetRef) |
void |
setTransitionEvent(String transitionEvent) |
void |
setValues(Association otherElement) |
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String sourceRef
protected BaseElement sourceElement
protected String targetRef
protected BaseElement targetElement
protected String transitionEvent
public String getSourceRef()
public void setSourceRef(String sourceRef)
public BaseElement getSourceElement()
public void setSourceElement(BaseElement sourceElement)
public String getTargetRef()
public void setTargetRef(String targetRef)
public BaseElement getTargetElement()
public void setTargetElement(BaseElement targetElement)
public String getTransitionEvent()
public void setTransitionEvent(String transitionEvent)
public Association clone()
public void setValues(Association otherElement)
Copyright © 2021 Flowable. All rights reserved.