Package | Description |
---|---|
fr.ufrt.xmlcorrector.operations |
Modifier and Type | Method and Description |
---|---|
Operation.OperationType |
Operation.getOperationType()
Gives the label of the Operation
|
static Operation.OperationType |
Operation.OperationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operation.OperationType[] |
Operation.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|