Package org.flowable.cmmn.model
Class Association
java.lang.Object
org.flowable.cmmn.model.BaseElement
org.flowable.cmmn.model.CmmnElement
org.flowable.cmmn.model.Association
- All Implemented Interfaces:
HasExtensionAttributes
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BaseElement
protected String
protected BaseElement
protected String
protected String
Fields inherited from class org.flowable.cmmn.model.CmmnElement
documentation, documentationTextFormat
Fields inherited from class org.flowable.cmmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
void
setSourceElement
(BaseElement sourceElement) void
setSourceRef
(String sourceRef) void
setTargetElement
(BaseElement targetElement) void
setTargetRef
(String targetRef) void
setTransitionEvent
(String transitionEvent) void
setValues
(Association otherElement) Methods inherited from class org.flowable.cmmn.model.CmmnElement
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValues
Methods inherited from class org.flowable.cmmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
sourceRef
-
sourceElement
-
targetRef
-
targetElement
-
transitionEvent
-
-
Constructor Details
-
Association
public Association()
-
-
Method Details