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, getAsDoubleisNull, roundToLongInt, toStringpublic LongValue(Integer val)
public Value.Type getType()
public Object get()
protected Number getNumber()
getNumber in class BaseNumericValuepublic boolean getAsBoolean()
getAsBoolean in interface ValuegetAsBoolean in class BaseValuepublic Integer getAsLongInt()
getAsLongInt in interface ValuegetAsLongInt in class BaseNumericValuepublic BigDecimal getAsBigDecimal()
getAsBigDecimal in interface ValuegetAsBigDecimal in class BaseValuepublic String getAsString()
getAsString in interface ValuegetAsString in class BaseValueCopyright © 2005–2019. All rights reserved.