java.lang.Object
com.aquima.interactions.framework.service.connectivity.parameters.InputField

public class InputField extends Object
This class contains the information needed to get a single input value for a connectivity service.
Since:
6.4
Author:
J. van Leuven, O. Kerpershoek
  • Constructor Details

    • InputField

      protected InputField(IXmlNode inputFieldNode)
  • Method Details

    • getFieldName

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

      public String getValueExpression()
      This method returns the expression that should be used to get the value for the input field.
      Returns:
      the expression that should be used to get the value for the input field.
    • getOperator

      public Operator getOperator()
      This method returns the operator that should be used for the input field.
      Returns:
      the operator that should be used for the input field.