public class NumberValue extends java.langNumber implements Value
Constructor and description |
---|
NumberValue
(Type type) |
NumberValue
() |
NumberValue
(boolean chop, Type type, int startIndex, int endIndex, char[] buffer) |
Type Params | Return Type | Name and description |
---|---|---|
|
public BigDecimal |
bigDecimalValue() |
|
public BigInteger |
bigIntegerValue() |
|
public boolean |
booleanValue() |
|
public byte |
byteValue() |
|
public char |
charValue() |
|
public final void |
chop() |
|
public Date |
dateValue() |
|
public double |
doubleValue() |
|
public boolean |
equals(Object o) |
|
public float |
floatValue() |
|
public int |
hashCode() |
|
public int |
intValue() |
|
public boolean |
isContainer() |
|
public long |
longValue() |
|
public short |
shortValue() |
|
public String |
stringValue() |
|
public String |
stringValueEncoded() |
<T extends Enum> |
public T |
toEnum(Class<T> cls) |
<T extends Enum> |
public static T |
toEnum(Class<T> cls, int value) |
|
public String |
toString() |
|
public final Object |
toValue() |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.