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, getAsLongIntgetAsLocalDateTime, isNull, toStringpublic DoubleValue(Double val)
public Value.Type getType()
public Object get()
public boolean getAsBoolean(LocaleContext ctx)
getAsBoolean in interface ValuegetAsBoolean in class BaseValuepublic Double getAsDouble(LocaleContext ctx)
getAsDouble in interface ValuegetAsDouble in class BaseNumericValuepublic BigDecimal getAsBigDecimal(LocaleContext ctx)
getAsBigDecimal in interface ValuegetAsBigDecimal in class BaseValuepublic String getAsString(LocaleContext ctx)
getAsString in interface ValuegetAsString in class BaseValueCopyright © 2005–2025 OpenHMS. All rights reserved.