Uses of Class
jsonvalues.Patch.OP
-
-
Uses of Patch.OP in jsonvalues
Methods in jsonvalues that return Patch.OP Modifier and Type Method Description static Patch.OP
Patch.OP. valueOf(String name)
Returns the enum constant of this type with the specified name.static Patch.OP[]
Patch.OP. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-