Value.Type| Constructor and Description |
|---|
StringValue(String val) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get() |
BigDecimal |
getAsBigDecimal() |
boolean |
getAsBoolean() |
Double |
getAsDouble() |
Integer |
getAsLongInt() |
String |
getAsString() |
protected BigDecimal |
getNumber() |
Value.Type |
getType() |
getAsDateTime, isNull, roundToLongInt, toStringpublic StringValue(String val)
public Value.Type getType()
public Object get()
public boolean getAsBoolean()
getAsBoolean in interface ValuegetAsBoolean in class BaseValuepublic String getAsString()
getAsString in interface ValuegetAsString in class BaseValuepublic Integer getAsLongInt()
getAsLongInt in interface ValuegetAsLongInt in class BaseValuepublic Double getAsDouble()
getAsDouble in interface ValuegetAsDouble in class BaseValuepublic BigDecimal getAsBigDecimal()
getAsBigDecimal in interface ValuegetAsBigDecimal in class BaseValueprotected BigDecimal getNumber()
Copyright © 2005–2019. All rights reserved.