Class DataValue
java.lang.Object
com.aquima.interactions.communication.data.DataValue
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataArray
,DataObject
,DataPrimitive
Base class for DataObjects
- Since:
- 9.3
- Author:
- A.Pragt
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DataValue
(DataValueType type) Base constructor for a DataValue implementation. -
Method Summary
-
Field Details
-
Constructor Details
-
Method Details
-
getType
Returns the type that is stored in this DataValue object.- Returns:
- The type of the elements, never null.
-
isNull
public abstract boolean isNull()Returns whether the value represents anull
value, e.g.null
in JSON or an XML element with thexsi:nil="true"
attribute.- Returns:
- Whether this value represents a
null
value.
-
hashCode
public int hashCode() -
equals
-