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 String
DEFAULT_INPUT_VARIABLE_NAME
protected DmnExpressionImpl
expression
String
id
protected String
inputVariable
String
name
-
Constructor Summary
Constructors Constructor Description DmnDecisionTableInputImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DmnExpressionImpl
getExpression()
String
getId()
String
getInputVariable()
String
getName()
void
setExpression(DmnExpressionImpl expression)
void
setId(String id)
void
setInputVariable(String inputVariable)
void
setName(String name)
String
toString()
-
-
-
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)
-
-