public class InputClause extends DmnElement
| Modifier and Type | Field and Description |
|---|---|
protected LiteralExpression |
inputExpression |
protected int |
inputNumber |
protected UnaryTests |
inputValues |
attributes, description, extensionElements, id, label| Constructor and Description |
|---|
InputClause() |
| Modifier and Type | Method and Description |
|---|---|
LiteralExpression |
getInputExpression() |
int |
getInputNumber() |
UnaryTests |
getInputValues() |
void |
setInputExpression(LiteralExpression inputExpression) |
void |
setInputNumber(int inputNumber) |
void |
setInputValues(UnaryTests inputValues) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValuesprotected LiteralExpression inputExpression
protected UnaryTests inputValues
protected int inputNumber
public LiteralExpression getInputExpression()
public void setInputExpression(LiteralExpression inputExpression)
public UnaryTests getInputValues()
public void setInputValues(UnaryTests inputValues)
public int getInputNumber()
public void setInputNumber(int inputNumber)
Copyright © 2020 Flowable. All rights reserved.