Interface ShortValue

All Superinterfaces:
PrimitiveValue<Short>, Serializable, TypedValue
All Known Implementing Classes:
PrimitiveTypeValueImpl.ShortValueImpl

public interface ShortValue extends PrimitiveValue<Short>

A PrimitiveValue corresponding to the Java type Short.

Author:
Daniel Meyer