public class CmmnDiEdge extends BaseElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
cmmnElementRef |
protected String |
targetCmmnElementRef |
protected List<GraphicInfo> |
waypoints |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
CmmnDiEdge() |
| Modifier and Type | Method and Description |
|---|---|
void |
addWaypoint(GraphicInfo graphicInfo) |
String |
getCmmnElementRef() |
String |
getTargetCmmnElementRef() |
List<GraphicInfo> |
getWaypoints() |
void |
setCmmnElementRef(String cmmnElementRef) |
void |
setTargetCmmnElementRef(String targetCmmnElementRef) |
void |
setWaypoints(List<GraphicInfo> waypoints) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String cmmnElementRef
protected String targetCmmnElementRef
protected List<GraphicInfo> waypoints
public String getCmmnElementRef()
public void setCmmnElementRef(String cmmnElementRef)
public String getTargetCmmnElementRef()
public void setTargetCmmnElementRef(String targetCmmnElementRef)
public void addWaypoint(GraphicInfo graphicInfo)
public List<GraphicInfo> getWaypoints()
public void setWaypoints(List<GraphicInfo> waypoints)
Copyright © 2019 Flowable. All rights reserved.