public class DmnDecisionTableInputImpl extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_INPUT_VARIABLE_NAME |
protected DmnExpressionImpl |
expression |
String |
id |
protected String |
inputVariable |
String |
name |
Constructor and Description |
---|
DmnDecisionTableInputImpl() |
Modifier and Type | Method and 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() |
public static final String DEFAULT_INPUT_VARIABLE_NAME
public String id
public String name
protected DmnExpressionImpl expression
protected String inputVariable
public String getName()
public void setName(String name)
public String getId()
public void setId(String id)
public void setExpression(DmnExpressionImpl expression)
public DmnExpressionImpl getExpression()
public String getInputVariable()
public void setInputVariable(String inputVariable)
Copyright © 2022. All rights reserved.