Package org.flowable.cmmn.model
Class CmmnDiShape
- java.lang.Object
-
- org.flowable.cmmn.model.BaseElement
-
- org.flowable.cmmn.model.CmmnDiShape
-
- All Implemented Interfaces:
HasExtensionAttributes
public class CmmnDiShape extends BaseElement
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcmmnElementRefprotected GraphicInfographicInfo-
Fields inherited from class org.flowable.cmmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description CmmnDiShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCmmnElementRef()GraphicInfogetGraphicInfo()voidsetCmmnElementRef(String cmmnElementRef)voidsetGraphicInfo(GraphicInfo graphicInfo)-
Methods inherited from class org.flowable.cmmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Field Detail
-
cmmnElementRef
protected String cmmnElementRef
-
graphicInfo
protected GraphicInfo graphicInfo
-
-
Method Detail
-
getCmmnElementRef
public String getCmmnElementRef()
-
setCmmnElementRef
public void setCmmnElementRef(String cmmnElementRef)
-
getGraphicInfo
public GraphicInfo getGraphicInfo()
-
setGraphicInfo
public void setGraphicInfo(GraphicInfo graphicInfo)
-
-