public abstract class NumericValue extends JsonValue
| Constructor and Description |
|---|
NumericValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNumeric() |
abstract String |
toString() |
abstract void |
writeTo(JsonWriter writer)
Write value in given writer.
|
addElement, addElement, getBooleanValue, getByteValue, getDoubleValue, getElement, getElements, getFloatValue, getIntValue, getKeys, getLongValue, getNumberValue, getShortValue, getStringValue, isArray, isBoolean, isDouble, isLong, isNull, isObject, isString, sizepublic boolean isNumeric()
public abstract void writeTo(JsonWriter writer) throws JsonException
writeTo in class JsonValuewriter - Writer.JsonException - if any errors occurs.Copyright © 2017 eXo Platform SAS. All Rights Reserved.