Interface BooleanValue

All Superinterfaces:
PrimitiveValue<Boolean>, Serializable, TypedValue
All Known Implementing Classes:
PrimitiveTypeValueImpl.BooleanValueImpl

public interface BooleanValue extends PrimitiveValue<Boolean>

A PrimitiveValue corresponding to the Java type Boolean.

Author:
Daniel Meyer