Package org.flowable.dmn.model
Class DmnDiShape
- java.lang.Object
-
- org.flowable.dmn.model.DmnElement
-
- org.flowable.dmn.model.DmnDiDiagramElement
-
- org.flowable.dmn.model.DmnDiShape
-
public class DmnDiShape extends DmnDiDiagramElement
-
-
Field Summary
Fields Modifier and Type Field Description protected DmnDiDecisionServiceDividerLinedecisionServiceDividerLineprotected StringdmnElementRefprotected GraphicInfographicInfo-
Fields inherited from class org.flowable.dmn.model.DmnElement
attributes, description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description DmnDiShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DmnDiDecisionServiceDividerLinegetDecisionServiceDividerLine()StringgetDmnElementRef()GraphicInfogetGraphicInfo()voidsetDecisionServiceDividerLine(DmnDiDecisionServiceDividerLine decisionServiceDividerLine)voidsetDmnElementRef(String dmnElementRef)voidsetGraphicInfo(GraphicInfo graphicInfo)-
Methods inherited from class org.flowable.dmn.model.DmnElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValues
-
-
-
-
Field Detail
-
dmnElementRef
protected String dmnElementRef
-
graphicInfo
protected GraphicInfo graphicInfo
-
decisionServiceDividerLine
protected DmnDiDecisionServiceDividerLine decisionServiceDividerLine
-
-
Method Detail
-
getDmnElementRef
public String getDmnElementRef()
-
setDmnElementRef
public void setDmnElementRef(String dmnElementRef)
-
getGraphicInfo
public GraphicInfo getGraphicInfo()
-
setGraphicInfo
public void setGraphicInfo(GraphicInfo graphicInfo)
-
getDecisionServiceDividerLine
public DmnDiDecisionServiceDividerLine getDecisionServiceDividerLine()
-
setDecisionServiceDividerLine
public void setDecisionServiceDividerLine(DmnDiDecisionServiceDividerLine decisionServiceDividerLine)
-
-