public class DmnDiShape extends DmnDiDiagramElement
| Modifier and Type | Field and Description |
|---|---|
protected DmnDiDecisionServiceDividerLine |
decisionServiceDividerLine |
protected String |
dmnElementRef |
protected GraphicInfo |
graphicInfo |
attributes, description, extensionElements, id, label| Constructor and Description |
|---|
DmnDiShape() |
| Modifier and Type | Method and Description |
|---|---|
DmnDiDecisionServiceDividerLine |
getDecisionServiceDividerLine() |
String |
getDmnElementRef() |
GraphicInfo |
getGraphicInfo() |
void |
setDecisionServiceDividerLine(DmnDiDecisionServiceDividerLine decisionServiceDividerLine) |
void |
setDmnElementRef(String dmnElementRef) |
void |
setGraphicInfo(GraphicInfo graphicInfo) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValuesprotected String dmnElementRef
protected GraphicInfo graphicInfo
protected DmnDiDecisionServiceDividerLine decisionServiceDividerLine
public String getDmnElementRef()
public void setDmnElementRef(String dmnElementRef)
public GraphicInfo getGraphicInfo()
public void setGraphicInfo(GraphicInfo graphicInfo)
public DmnDiDecisionServiceDividerLine getDecisionServiceDividerLine()
public void setDecisionServiceDividerLine(DmnDiDecisionServiceDividerLine decisionServiceDividerLine)
Copyright © 2021 Flowable. All rights reserved.