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

public class OutputValue extends Object
This class holds a single output value for an attribute.
Since:
6.4
Author:
J. van Leuven, O. Kerpershoek
  • Constructor Details

  • Method Details

    • getAttributeDefinition

      protected IAttributeDefinition getAttributeDefinition()
    • setValue

      public void setValue(IValue objValue)
      This method is used by a connectivity service to set the actual value that should be assigned to the attribute.
      Parameters:
      objValue - the actual value that should be assigned to the attribute.
    • getValue

      public IValue getValue()
      This method returns the value that should be assigned to the attribute.
      Returns:
      the value that should be assigned to the attribute.
    • getDataType

      public DataType getDataType()
      This method returns the data type of the attribute.
      Returns:
      the data type of the attribute.
    • getFieldName

      public String getFieldName()
      This method returns the name of the field in the result the value originated from.
      Returns:
      the name of the field in the result the value originated from.