Package org.flowable.bpmn.model
Class ConditionalEventDefinition
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.EventDefinition
-
- org.flowable.bpmn.model.ConditionalEventDefinition
-
- All Implemented Interfaces:
HasExtensionAttributes
public class ConditionalEventDefinition extends EventDefinition
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected StringconditionExpression-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description ConditionalEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionalEventDefinitionclone()StringgetConditionExpression()voidsetConditionExpression(String conditionExpression)voidsetValues(ConditionalEventDefinition otherDefinition)-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Field Detail
-
conditionExpression
protected String conditionExpression
-
-
Method Detail
-
getConditionExpression
public String getConditionExpression()
-
setConditionExpression
public void setConditionExpression(String conditionExpression)
-
clone
public ConditionalEventDefinition clone()
- Specified by:
clonein classEventDefinition
-
setValues
public void setValues(ConditionalEventDefinition otherDefinition)
-
-