public static enum JsonPatch.Operation extends EnumSE<JsonPatch.Operation>
修飾子と型 | メソッドと説明 |
---|---|
static JsonPatch.Operation | fromOperationName(StringSE operationName) 指定した名前の列挙型定数を返します。 |
StringSE | operationName() 列挙定数名を小文字の文字列として返します。 |
static JsonPatch.Operation | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static JsonPatch.Operation[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, toStringSE, valueOfSE
getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public static final JsonPatch.Operation ADD
public static final JsonPatch.Operation REMOVE
public static final JsonPatch.Operation REPLACE
public static final JsonPatch.Operation MOVE
public static final JsonPatch.Operation COPY
public static final JsonPatch.Operation TEST
public static JsonPatch.Operation[] values()
for (JsonPatch.Operation c : JsonPatch.Operation.values()) System.out.println(c);
public static JsonPatch.Operation valueOf(StringSE name)
name
- 返される列挙定数の名前。IllegalArgumentExceptionSE
- この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE
- 引数が null の場合 public StringSE operationName()
public static JsonPatch.Operation fromOperationName(StringSE operationName)
operationName
- 列挙型定数に変換する operationName
。operationName
の列挙定数 JsonException
- 指定された operationName
が認識されない場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.