Class ValueParameter

java.lang.Object
com.aquima.interactions.portal.model.def.TypedParameter
com.aquima.interactions.portal.model.def.ValueParameter
All Implemented Interfaces:
ITypedParameter, Serializable

public class ValueParameter extends TypedParameter
This class holds a single value parameter.
Since:
7.0
Author:
J. van Leuven
See Also:
  • Constructor Details

    • ValueParameter

      public ValueParameter(IValue paramValue)
      Constructs the parameter with the value.
      Parameters:
      paramValue - The value of the parameter.