Interface DoubleValue

All Superinterfaces:
PrimitiveValue<Double>, Serializable, TypedValue
All Known Implementing Classes:
PrimitiveTypeValueImpl.DoubleValueImpl

public interface DoubleValue extends PrimitiveValue<Double>

A PrimitiveValue corresponding to the Java type Double.

Author:
Daniel Meyer