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

public class OutputField extends Object
This class contains the mapping of a result value to an attribute.
Since:
6.4
Author:
J. van Leuven, O. Kerpershoek
  • Constructor Details

    • OutputField

      protected OutputField(IXmlNode outputFieldNode)
  • Method Details

    • getFieldName

      public String getFieldName()
      This method returns the name of the value as used in the result.
      Returns:
      the name of the value as used in the result.
    • getAttributeName

      public String getAttributeName()
      This method returns the name of the attribute the result value should be mapped to.
      Returns:
      the name of the attribute the result value should be mapped to.