public class DmnDecisionLiteralExpressionEvaluationEventImpl extends Object implements DmnDecisionLiteralExpressionEvaluationEvent
Modifier and Type | Field and Description |
---|---|
protected DmnDecision |
decision |
protected long |
executedDecisionElements |
protected String |
outputName |
protected org.camunda.bpm.engine.variable.value.TypedValue |
outputValue |
Constructor and Description |
---|
DmnDecisionLiteralExpressionEvaluationEventImpl() |
Modifier and Type | Method and Description |
---|---|
DmnDecision |
getDecision() |
long |
getExecutedDecisionElements() |
String |
getOutputName() |
org.camunda.bpm.engine.variable.value.TypedValue |
getOutputValue() |
void |
setDecision(DmnDecision decision) |
void |
setExecutedDecisionElements(long executedDecisionElements) |
void |
setOutputName(String outputName) |
void |
setOutputValue(org.camunda.bpm.engine.variable.value.TypedValue outputValue) |
String |
toString() |
protected DmnDecision decision
protected String outputName
protected org.camunda.bpm.engine.variable.value.TypedValue outputValue
protected long executedDecisionElements
public DmnDecisionLiteralExpressionEvaluationEventImpl()
public DmnDecision getDecision()
getDecision
in interface DmnDecisionLogicEvaluationEvent
public void setDecision(DmnDecision decision)
public String getOutputName()
getOutputName
in interface DmnDecisionLiteralExpressionEvaluationEvent
public void setOutputName(String outputName)
public org.camunda.bpm.engine.variable.value.TypedValue getOutputValue()
getOutputValue
in interface DmnDecisionLiteralExpressionEvaluationEvent
public void setOutputValue(org.camunda.bpm.engine.variable.value.TypedValue outputValue)
public long getExecutedDecisionElements()
getExecutedDecisionElements
in interface DmnDecisionLogicEvaluationEvent
public void setExecutedDecisionElements(long executedDecisionElements)
Copyright © 2022. All rights reserved.