Package org.flowable.dmn.model
Class InputClause
- java.lang.Object
-
- org.flowable.dmn.model.DmnElement
-
- org.flowable.dmn.model.InputClause
-
public class InputClause extends DmnElement
- Author:
- Yvo Swillens
-
-
Field Summary
Fields Modifier and Type Field Description protected LiteralExpressioninputExpressionprotected intinputNumberprotected UnaryTestsinputValues-
Fields inherited from class org.flowable.dmn.model.DmnElement
attributes, description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description InputClause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LiteralExpressiongetInputExpression()intgetInputNumber()UnaryTestsgetInputValues()voidsetInputExpression(LiteralExpression inputExpression)voidsetInputNumber(int inputNumber)voidsetInputValues(UnaryTests inputValues)-
Methods inherited from class org.flowable.dmn.model.DmnElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValues
-
-
-
-
Field Detail
-
inputExpression
protected LiteralExpression inputExpression
-
inputValues
protected UnaryTests inputValues
-
inputNumber
protected int inputNumber
-
-
Method Detail
-
getInputExpression
public LiteralExpression getInputExpression()
-
setInputExpression
public void setInputExpression(LiteralExpression inputExpression)
-
getInputValues
public UnaryTests getInputValues()
-
setInputValues
public void setInputValues(UnaryTests inputValues)
-
getInputNumber
public int getInputNumber()
-
setInputNumber
public void setInputNumber(int inputNumber)
-
-