public class LongValue extends BaseNumericValue
Value.Type
Modifier and Type | Method and Description |
---|---|
Object |
get() |
BigDecimal |
getAsBigDecimal() |
boolean |
getAsBoolean() |
Integer |
getAsLongInt() |
String |
getAsString() |
protected Number |
getNumber() |
Value.Type |
getType() |
getAsDateTime, getAsDouble
isNull, roundToLongInt, toString
public LongValue(Integer val)
public Value.Type getType()
public Object get()
protected Number getNumber()
getNumber
in class BaseNumericValue
public boolean getAsBoolean()
getAsBoolean
in interface Value
getAsBoolean
in class BaseValue
public Integer getAsLongInt()
getAsLongInt
in interface Value
getAsLongInt
in class BaseNumericValue
public BigDecimal getAsBigDecimal()
getAsBigDecimal
in interface Value
getAsBigDecimal
in class BaseValue
public String getAsString()
getAsString
in interface Value
getAsString
in class BaseValue
Copyright © 2005–2018. All rights reserved.