Class PrimitiveTypeValueImpl.BooleanValueImpl

All Implemented Interfaces:
Serializable, BooleanValue, PrimitiveValue<Boolean>, TypedValue
Enclosing class:
PrimitiveTypeValueImpl<T>

public static class PrimitiveTypeValueImpl.BooleanValueImpl extends PrimitiveTypeValueImpl<Boolean> implements BooleanValue
See Also:
  • Constructor Details

    • BooleanValueImpl

      public BooleanValueImpl(Boolean value)
    • BooleanValueImpl

      public BooleanValueImpl(Boolean value, boolean isTransient)