public class DoubleValue extends BaseNumericValue
Value.Type
Constructor and Description |
---|
DoubleValue(Double val) |
Modifier and Type | Method and Description |
---|---|
Object |
get() |
BigDecimal |
getAsBigDecimal() |
boolean |
getAsBoolean() |
Double |
getAsDouble() |
String |
getAsString() |
protected Number |
getNumber() |
Value.Type |
getType() |
getAsDateTime, getAsLongInt
isNull, roundToLongInt, toString
public DoubleValue(Double val)
public Value.Type getType()
public Object get()
protected Number getNumber()
getNumber
in class BaseNumericValue
public boolean getAsBoolean()
getAsBoolean
in interface Value
getAsBoolean
in class BaseValue
public Double getAsDouble()
getAsDouble
in interface Value
getAsDouble
in class BaseNumericValue
public BigDecimal getAsBigDecimal()
getAsBigDecimal
in interface Value
getAsBigDecimal
in class BaseValue
public String getAsString()
getAsString
in interface Value
getAsString
in class BaseValue
Copyright © 2005–2018. All rights reserved.