public static enum JsonLikeValue.ScalarType extends Enum<JsonLikeValue.ScalarType>
| Modifier and Type | Method and Description |
|---|---|
static JsonLikeValue.ScalarType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonLikeValue.ScalarType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonLikeValue.ScalarType NUMBER
public static final JsonLikeValue.ScalarType STRING
public static final JsonLikeValue.ScalarType BOOLEAN
public static JsonLikeValue.ScalarType[] values()
for (JsonLikeValue.ScalarType c : JsonLikeValue.ScalarType.values()) System.out.println(c);
public static JsonLikeValue.ScalarType 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 nullCopyright © 2014–2017 University Health Network. All rights reserved.