Interface LongValue

All Superinterfaces:
PrimitiveValue<Long>, Serializable, TypedValue
All Known Implementing Classes:
PrimitiveTypeValueImpl.LongValueImpl

public interface LongValue extends PrimitiveValue<Long>

A PrimitiveValue corresponding to the Java type Long.

Author:
Daniel Meyer