Uses of Class
net.morimekta.diff.Operation
-
-
Uses of Operation in net.morimekta.diff
Fields in net.morimekta.diff declared as Operation Modifier and Type Field Description OperationChange. operationOne of: INSERT, DELETE or EQUAL.Methods in net.morimekta.diff that return Operation Modifier and Type Method Description static OperationOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.morimekta.diff with parameters of type Operation Constructor Description Change(Operation operation, java.lang.String text)Constructor.
-