Package org.camunda.bpm.dmn.engine.impl
Class DmnDecisionLiteralExpressionImpl
- java.lang.Object
-
- org.camunda.bpm.dmn.engine.impl.DmnDecisionLiteralExpressionImpl
-
- All Implemented Interfaces:
DmnDecisionLogic
public class DmnDecisionLiteralExpressionImpl extends Object implements DmnDecisionLogic
-
-
Field Summary
Fields Modifier and Type Field Description protected DmnExpressionImpl
expression
protected DmnVariableImpl
variable
-
Constructor Summary
Constructors Constructor Description DmnDecisionLiteralExpressionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DmnExpressionImpl
getExpression()
DmnVariableImpl
getVariable()
void
setExpression(DmnExpressionImpl expression)
void
setVariable(DmnVariableImpl variable)
String
toString()
-
-
-
Field Detail
-
variable
protected DmnVariableImpl variable
-
expression
protected DmnExpressionImpl expression
-
-
Method Detail
-
getVariable
public DmnVariableImpl getVariable()
-
setVariable
public void setVariable(DmnVariableImpl variable)
-
getExpression
public DmnExpressionImpl getExpression()
-
setExpression
public void setExpression(DmnExpressionImpl expression)
-
-