public static enum JsonShape.Type extends Enum<JsonShape.Type>
public static final JsonShape.Type ORDINAL
public static final JsonShape.Type NAME
public static final JsonShape.Type OBJECT
public static JsonShape.Type[] values()
for (JsonShape.Type c : JsonShape.Type.values()) System.out.println(c);
public static JsonShape.Type valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2017. All rights reserved.