Uses of Enum Class
fr.becpg.common.diff.Operation
Packages that use Operation
-
Uses of Operation in fr.becpg.common.diff
Fields in fr.becpg.common.diff declared as OperationModifier and TypeFieldDescriptionprivate OperationDiff.operationOne of: INSERT, DELETE or EQUAL.Methods in fr.becpg.common.diff that return OperationModifier and TypeMethodDescriptionDiff.getOperation()Getter for the fieldoperation.static OperationReturns the enum constant of this class with the specified name.static Operation[]Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.becpg.common.diff with parameters of type OperationModifier and TypeMethodDescriptionvoidDiff.setOperation(Operation operation) Setter for the fieldoperation.Constructors in fr.becpg.common.diff with parameters of type Operation