public class NumericValue extends DefaultValue
| Constructor and Description |
|---|
NumericValue(BigDecimal bigDecimal) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
asBigDecimal()
Get the value as a BigDecimal.
|
BigInteger |
asBigInteger()
Get the value as BigInteger.
|
double |
asDouble()
Get the value as a double.
|
long |
asLong()
Get the value as a long.
|
String |
asString()
Get the value as a String.
|
boolean |
equals(Object o) |
int |
hashCode() |
asBoolean, asDate, isNullpublic NumericValue(BigDecimal bigDecimal)
public String asString()
com.sdl.delivery.configuration.ValueasString in interface com.sdl.delivery.configuration.ValueasString in class DefaultValuepublic double asDouble()
com.sdl.delivery.configuration.ValueasDouble in interface com.sdl.delivery.configuration.ValueasDouble in class DefaultValuepublic long asLong()
com.sdl.delivery.configuration.ValueasLong in interface com.sdl.delivery.configuration.ValueasLong in class DefaultValuepublic BigInteger asBigInteger()
com.sdl.delivery.configuration.ValueasBigInteger in interface com.sdl.delivery.configuration.ValueasBigInteger in class DefaultValuepublic BigDecimal asBigDecimal()
com.sdl.delivery.configuration.ValueasBigDecimal in interface com.sdl.delivery.configuration.ValueasBigDecimal in class DefaultValueCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries