java.lang.Object
com.aquima.interactions.framework.service.connectivity.InputValue

public class InputValue extends Object
This class holds a single input value for a connectivity service.
Since:
6.4
Author:
J. van Leuven, O. Kerpershoek
  • Constructor Details

  • Method Details

    • getFieldName

      public String getFieldName()
      This method returns the name of the field.
      Returns:
      the name of the field.
    • getValue

      public IPrimitiveValue getValue()
      This method returns the value that should be used for the field.
      Returns:
      the value that should be used for the field.
    • getFormattedValue

      public String getFormattedValue()
      This method returns the formatted value using the specified value formatter.
      Returns:
      the formatted value using the specified value formatter.
    • getOperator

      public Operator getOperator()
      This method returns the operator that should be used when comparing the input value.
      Returns:
      the operator that should be used when comparing the input value.