Interface InputClause

All Superinterfaces:
DmnElement, DmnModelElementInstance, ModelElementInstance
All Known Subinterfaces:
Input
All Known Implementing Classes:
InputClauseImpl, InputImpl

public interface InputClause extends DmnElement
  • Method Details

    • getInputExpression

      InputExpression getInputExpression()
    • setInputExpression

      void setInputExpression(InputExpression inputExpression)
    • getInputValues

      InputValues getInputValues()
    • setInputValues

      void setInputValues(InputValues inputValues)
    • getCamundaInputVariable

      String getCamundaInputVariable()
    • setCamundaInputVariable

      void setCamundaInputVariable(String inputVariable)