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 Operation
Change. operation
One of: INSERT, DELETE or EQUAL.Methods in net.morimekta.diff that return Operation Modifier and Type Method Description static Operation
Operation. 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.
-