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, toString
public StringValue(String val)
public Value.Type getType()
public Object get()
public boolean getAsBoolean()
getAsBoolean
in interface Value
getAsBoolean
in class BaseValue
public String getAsString()
getAsString
in interface Value
getAsString
in class BaseValue
public Integer getAsLongInt()
getAsLongInt
in interface Value
getAsLongInt
in class BaseValue
public Double getAsDouble()
getAsDouble
in interface Value
getAsDouble
in class BaseValue
public BigDecimal getAsBigDecimal()
getAsBigDecimal
in interface Value
getAsBigDecimal
in class BaseValue
protected BigDecimal getNumber()
Copyright © 2005–2018. All rights reserved.