public static enum JSONValidator.Type extends Enum<JSONValidator.Type>
| Modifier and Type | Method and Description |
|---|---|
static JSONValidator.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONValidator.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSONValidator.Type Object
public static final JSONValidator.Type Array
public static final JSONValidator.Type Value
public static JSONValidator.Type[] values()
for (JSONValidator.Type c : JSONValidator.Type.values()) System.out.println(c);
public static JSONValidator.Type 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 © 2012–2022 Alibaba Group. All rights reserved.