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