Class DecimalValue

  • All Implemented Interfaces:
    Value

    public class DecimalValue
    extends BaseValue
    A DecimalValue provides an implementation of the Value interface representing a DECIMAL value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      DecimalValue​(java.math.BigDecimal number)
      Constructs a DecimalValue object representing a decimal.