Package org.camunda.bpm.dmn.engine.impl
Class DmnDecisionTableInputImpl
- java.lang.Object
-
- org.camunda.bpm.dmn.engine.impl.DmnDecisionTableInputImpl
-
public class DmnDecisionTableInputImpl extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_INPUT_VARIABLE_NAMEprotected DmnExpressionImplexpressionStringidprotected StringinputVariableStringname
-
Constructor Summary
Constructors Constructor Description DmnDecisionTableInputImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DmnExpressionImplgetExpression()StringgetId()StringgetInputVariable()StringgetName()voidsetExpression(DmnExpressionImpl expression)voidsetId(String id)voidsetInputVariable(String inputVariable)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
DEFAULT_INPUT_VARIABLE_NAME
public static final String DEFAULT_INPUT_VARIABLE_NAME
- See Also:
- Constant Field Values
-
id
public String id
-
name
public String name
-
expression
protected DmnExpressionImpl expression
-
inputVariable
protected String inputVariable
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getId
public String getId()
-
setId
public void setId(String id)
-
setExpression
public void setExpression(DmnExpressionImpl expression)
-
getExpression
public DmnExpressionImpl getExpression()
-
getInputVariable
public String getInputVariable()
-
setInputVariable
public void setInputVariable(String inputVariable)
-
-