public abstract class BaseNumericValue extends BaseValue
Value.Type
Modifier and Type | Method and Description |
---|---|
Value |
getAsDateTimeValue(LocaleContext ctx)
Since date/time values have different types, it may be more convenient to
get the date/time primitive value with the appropriate type information.
|
Double |
getAsDouble(LocaleContext ctx) |
Integer |
getAsLongInt(LocaleContext ctx) |
getAsBigDecimal, getAsBoolean, getAsLocalDateTime, getAsString, isNull, toString
public Integer getAsLongInt(LocaleContext ctx)
getAsLongInt
in interface Value
getAsLongInt
in class BaseValue
public Double getAsDouble(LocaleContext ctx)
getAsDouble
in interface Value
getAsDouble
in class BaseValue
public Value getAsDateTimeValue(LocaleContext ctx)
Value
getAsDateTimeValue
in interface Value
getAsDateTimeValue
in class BaseValue
Copyright © 2005–2024 OpenHMS. All rights reserved.