Package org.camunda.bpm.dmn.engine.impl
Class DmnDecisionTableInputImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.DmnDecisionTableInputImpl
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
protected DmnExpressionImpl
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
void
setExpression
(DmnExpressionImpl expression) void
void
setInputVariable
(String inputVariable) void
toString()
-
Field Details
-
DEFAULT_INPUT_VARIABLE_NAME
- See Also:
-
id
-
name
-
expression
-
inputVariable
-
-
Constructor Details
-
DmnDecisionTableInputImpl
public DmnDecisionTableInputImpl()
-
-
Method Details