Operation
Contents
[
Hide
]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
| Field | Description |
|---|---|
| Delete | The delete operation. |
| Equal | The equal operation. |
| Insert | The insert operation. |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns 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:
| Parameter | Type | Description |
|---|---|---|
| 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