Interface to expose the value of 'decimal' and related datatypes.
returnthe BigDecimal representation of this object
BigDecimal
returnthe BigInteger representation of this objectexceptionNumberFormatException if the value cannot be represented as a BigInteger
BigInteger
returnthe byte value representation of this objectexceptionNumberFormatException if the value cannot be represented as a byte
byte
returnthe int value representation of this objectexceptionNumberFormatException if the value cannot be represented as a int
int
returnthe long value representation of this objectexceptionNumberFormatException if the value cannot be represented as a long
long
returnthe short value representation of this objectexceptionNumberFormatException if the value cannot be represented as a short
short