Interface DateValue

All Superinterfaces:
PrimitiveValue<Date>, Serializable, TypedValue
All Known Implementing Classes:
PrimitiveTypeValueImpl.DateValueImpl

public interface DateValue extends PrimitiveValue<Date>

A PrimitiveValue corresponding to the Java type Date.

Since:
7.2
Author:
Daniel Meyer