Interface EvaluatedInputValue

All Superinterfaces:
JsonSerializable, RecordValue
All Known Implementing Classes:
ImmutableEvaluatedInputValue

@Immutable public interface EvaluatedInputValue extends RecordValue
An evaluated input of a decision table. It contains details of the input and the value of the evaluated input expression.
  • Method Details

    • getInputId

      String getInputId()
      Returns:
      the id of the evaluated input
    • getInputName

      String getInputName()
      Returns:
      the name of the evaluated input
    • getInputValue

      String getInputValue()
      Returns:
      the value of the evaluated input expression as JSON string