Class PrimitiveTypeValueImpl.IntegerValueImpl

All Implemented Interfaces:
Serializable, IntegerValue, PrimitiveValue<Integer>, TypedValue
Enclosing class:
PrimitiveTypeValueImpl<T>

public static class PrimitiveTypeValueImpl.IntegerValueImpl extends PrimitiveTypeValueImpl<Integer> implements IntegerValue
See Also:
  • Constructor Details

    • IntegerValueImpl

      public IntegerValueImpl(Integer value)
    • IntegerValueImpl

      public IntegerValueImpl(Integer value, boolean isTransient)