| 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 | 
|---|---|---|
|  | 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 extends Enum> | T | toEnum(Class<T> cls) | 
| <T extends Enum> | static T | toEnum(Class<T> cls, int value) | 
|  | String | toString() | 
|  | Object | toValue() | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.