Operation

Inheritance: java.lang.Object, java.lang.Enum < Operation > com.aspose.pdf.comparison.Operation, java.lang.Enum < Operation >, com.aspose.pdf.comparison.Operation

All Implemented Interfaces: Serializable, Comparable < Operation >

public enum Operation extends Enum < Operation >

Represents a difference operation type.

Fields

FieldDescription
DeleteThe delete operation.
EqualThe equal operation.
InsertThe insert operation.

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns an array containing the constants of this enum type, in the order they are declared.

Delete

public static final Operation Delete

The delete operation.

Equal

public static final Operation Equal

The equal operation.

Insert

public static final Operation Insert

The insert operation.

getByValue

public static Operation getByValue(int value)

Parameters:

ParameterTypeDescription
value

getValue

public int getValue()

valueOf

Returns the enum constant of this type with the specified name.

values

public static Operation [] values()

Returns an array containing the constants of this enum type, in the order they are declared.

Returns: an array containing the constants of this enum type, in the order they are declared