Class DataPrimitive

java.lang.Object
com.aquima.interactions.communication.data.DataValue
com.aquima.interactions.communication.data.DataPrimitive
All Implemented Interfaces:
Serializable

public class DataPrimitive extends DataValue
Represents a primitive in the data structure.
Since:
9.3
Author:
A.Pragt
See Also:
  • Constructor Details

    • DataPrimitive

      public DataPrimitive(DataValuePrimitiveType type)
      Constructs a primitive
      Parameters:
      type - The type of this primitive, can't be null.
    • DataPrimitive

      public DataPrimitive(DataValuePrimitiveType type, IPrimitiveValue value)
      Constructs a primitive
      Parameters:
      type - The type of this primitive, can't be null.
      value - The primitive value to be stored, can be null.
  • Method Details