Package org.flowable.cmmn.model
Class Decision
- java.lang.Object
-
- org.flowable.cmmn.model.BaseElement
-
- org.flowable.cmmn.model.CmmnElement
-
- org.flowable.cmmn.model.Decision
-
- All Implemented Interfaces:
HasExtensionAttributes
public class Decision extends CmmnElement
- Author:
- martin.grofcik
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexternalRefprotected StringimplementationTypeprotected Stringname-
Fields inherited from class org.flowable.cmmn.model.CmmnElement
documentation, documentationTextFormat
-
Fields inherited from class org.flowable.cmmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description Decision()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExternalRef()StringgetImplementationType()StringgetName()voidsetExternalRef(String externalRef)voidsetImplementationType(String implementationType)voidsetName(String name)-
Methods inherited from class org.flowable.cmmn.model.CmmnElement
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValues
-
Methods inherited from class org.flowable.cmmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getExternalRef
public String getExternalRef()
-
setExternalRef
public void setExternalRef(String externalRef)
-
getImplementationType
public String getImplementationType()
-
setImplementationType
public void setImplementationType(String implementationType)
-
-