Package org.flowable.cmmn.model
Class CmmnDiShape
java.lang.Object
org.flowable.cmmn.model.BaseElement
org.flowable.cmmn.model.CmmnDiShape
- All Implemented Interfaces:
HasExtensionAttributes
- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from class org.flowable.cmmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCmmnElementRef
(String cmmnElementRef) void
setGraphicInfo
(GraphicInfo graphicInfo) void
setLabelGraphicInfo
(GraphicInfo labelGraphicInfo) 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
-
cmmnElementRef
-
graphicInfo
-
labelGraphicInfo
-
-
Constructor Details
-
CmmnDiShape
public CmmnDiShape()
-
-
Method Details
-
getCmmnElementRef
-
setCmmnElementRef
-
getGraphicInfo
-
setGraphicInfo
-
getLabelGraphicInfo
-
setLabelGraphicInfo
-