Class ValueFactory

java.lang.Object
com.aquima.interactions.profile.model.value.ValueFactory

public final class ValueFactory extends Object
This class may be used to wrap a profile value to add additional debug information.
Since:
7.0
Author:
O. Kerpershoek
  • Method Details

    • forValue

      public static IValue forValue(IValue attrValue, ValueReference id)
      This method wraps the supplied value an adds additional debug information to it.
      Parameters:
      attrValue - The value that should be wrapped.
      id - The ID of the attribute the value belongs to.
      Returns:
      The attribute value containing information about the attribute the value originated from.