public class DoubleValue extends BaseNumericValue
Value.Type
Constructor and Description |
---|
DoubleValue(Double val) |
Modifier and Type | Method and Description |
---|---|
Object |
get() |
BigDecimal |
getAsBigDecimal(LocaleContext ctx) |
boolean |
getAsBoolean(LocaleContext ctx) |
Double |
getAsDouble(LocaleContext ctx) |
String |
getAsString(LocaleContext ctx) |
Value.Type |
getType() |
getAsDateTimeValue, getAsLongInt
getAsLocalDateTime, isNull, toString
public DoubleValue(Double val)
public Value.Type getType()
public Object get()
public boolean getAsBoolean(LocaleContext ctx)
getAsBoolean
in interface Value
getAsBoolean
in class BaseValue
public Double getAsDouble(LocaleContext ctx)
getAsDouble
in interface Value
getAsDouble
in class BaseNumericValue
public BigDecimal getAsBigDecimal(LocaleContext ctx)
getAsBigDecimal
in interface Value
getAsBigDecimal
in class BaseValue
public String getAsString(LocaleContext ctx)
getAsString
in interface Value
getAsString
in class BaseValue
Copyright © 2005–2024 OpenHMS. All rights reserved.