java.lang.Object
com.aquima.interactions.communication.data.DataValue
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataArray, DataObject, DataPrimitive

public abstract class DataValue extends Object implements Serializable
Base class for DataObjects
Since:
9.3
Author:
A.Pragt
See Also:
  • Field Details

  • Constructor Details

    • DataValue

      protected DataValue(DataValueType type)
      Base constructor for a DataValue implementation.
      Parameters:
      type - The type of the elements, can't be null.
  • Method Details

    • getType

      public DataValueType getType()
      Returns the type of the elements that are stored in this DataArray object.
      Returns:
      The type of the elements, never null.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object