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