Interface NumberValue

All Superinterfaces:
Comparable<FieldValue>, FieldValue

public interface NumberValue extends FieldValue
NumberValue extends FieldValue to represent a BigDecimal.
Since:
4.4
  • Method Details

    • get

      BigDecimal get()
      Get the BigDecimal value of this object.
      Returns:
      the BigDecimal value of this object
    • clone

      NumberValue clone()
      Returns a deep copy of this object.
      Specified by:
      clone in interface FieldValue
      Returns:
      a deep copy of this object