public static enum JsonLikeValue.ValueType extends Enum<JsonLikeValue.ValueType>
| Modifier and Type | Method and Description |
|---|---|
static JsonLikeValue.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonLikeValue.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonLikeValue.ValueType ARRAY
public static final JsonLikeValue.ValueType OBJECT
public static final JsonLikeValue.ValueType SCALAR
public static final JsonLikeValue.ValueType NULL
public static JsonLikeValue.ValueType[] values()
for (JsonLikeValue.ValueType c : JsonLikeValue.ValueType.values()) System.out.println(c);
public static JsonLikeValue.ValueType 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.