public static enum JsonNode.NumberTypeEnum extends Enum<JsonNode.NumberTypeEnum>
| Enum Constant and Description |
|---|
BIG_DECIMAL |
BIG_INTEGER |
DOUBLE |
FLOAT |
INT |
LONG |
| Modifier and Type | Method and Description |
|---|---|
static JsonNode.NumberTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static JsonNode.NumberTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonNode.NumberTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonNode.NumberTypeEnum INT
public static final JsonNode.NumberTypeEnum LONG
public static final JsonNode.NumberTypeEnum BIG_INTEGER
public static final JsonNode.NumberTypeEnum FLOAT
public static final JsonNode.NumberTypeEnum DOUBLE
public static final JsonNode.NumberTypeEnum BIG_DECIMAL
public static JsonNode.NumberTypeEnum[] values()
for (JsonNode.NumberTypeEnum c : JsonNode.NumberTypeEnum.values()) System.out.println(c);
public static JsonNode.NumberTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<JsonNode.NumberTypeEnum>public static JsonNode.NumberTypeEnum fromValue(String value)
Copyright © 2011–2021 Everit Kft.. All rights reserved.