| Modifier and Type | Field and Description |
|---|---|
Operation |
Change.operation
One of: INSERT, DELETE or EQUAL.
|
| Modifier and Type | Method and Description |
|---|---|
static Operation |
Operation.valueOf(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.
|
| Constructor and Description |
|---|
Change(Operation operation,
String text)
Constructor.
|
Copyright © 2016. All rights reserved.