public static enum JsonComponent.Scope extends EnumSE<JsonComponent.Scope>
| 修飾子と型 | メソッドと説明 |
|---|---|
static JsonComponent.Scope | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static JsonComponent.Scope[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, toStringSE, valueOfSEgetClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic static final JsonComponent.Scope VALUES
JsonSerializer, JsonDeserializerpublic static final JsonComponent.Scope KEYS
JsonSerializer, KeyDeserializerpublic static JsonComponent.Scope[] values()
for (JsonComponent.Scope c : JsonComponent.Scope.values()) System.out.println(c);
public static JsonComponent.Scope valueOf(StringSE name)
name - 返される列挙定数の名前。IllegalArgumentExceptionSE - この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE - 引数が null の場合