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.

Author:
Daniel Meyer