public interface XSDecimal
Interface to expose the value of 'decimal' and related datatypes.
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBigDecimal() |
BigInteger |
getBigInteger() |
byte |
getByte() |
int |
getInt() |
long |
getLong() |
short |
getShort() |
BigDecimal getBigDecimal()
BigDecimal representation of this objectBigInteger getBigInteger() throws NumberFormatException
BigInteger representation of this objectNumberFormatException - if the value cannot be represented as a BigIntegerlong getLong()
throws NumberFormatException
NumberFormatException - if the value cannot be represented as a longint getInt()
throws NumberFormatException
NumberFormatException - if the value cannot be represented as a intshort getShort()
throws NumberFormatException
NumberFormatException - if the value cannot be represented as a shortbyte getByte()
throws NumberFormatException
NumberFormatException - if the value cannot be represented as a byteCopyright © 2018 JBoss by Red Hat. All rights reserved.