Interface IntegerValue

All Superinterfaces:
PrimitiveValue<Integer>, Serializable, TypedValue
All Known Implementing Classes:
PrimitiveTypeValueImpl.IntegerValueImpl

public interface IntegerValue extends PrimitiveValue<Integer>

A PrimitiveValue corresponding to the Java type Integer.

Author:
Daniel Meyer