Package org.flowable.dmn.model
Class DmnDiDiagram
- java.lang.Object
-
- org.flowable.dmn.model.DmnElement
-
- org.flowable.dmn.model.DmnDiDiagramElement
-
- org.flowable.dmn.model.DmnDiDiagram
-
public class DmnDiDiagram extends DmnDiDiagramElement
-
-
Field Summary
Fields Modifier and Type Field Description protected GraphicInfographicInfoprotected Stringname-
Fields inherited from class org.flowable.dmn.model.DmnElement
attributes, description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description DmnDiDiagram()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphicInfogetGraphicInfo()StringgetName()voidsetGraphicInfo(GraphicInfo graphicInfo)voidsetName(String name)-
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
-
name
protected String name
-
graphicInfo
protected GraphicInfo graphicInfo
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getGraphicInfo
public GraphicInfo getGraphicInfo()
-
setGraphicInfo
public void setGraphicInfo(GraphicInfo graphicInfo)
-
-