| Modifier and Type | Method and Description |
|---|---|
Operation.Operator |
Operation.getOperator() |
static Operation.Operator |
Operation.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.Operator[] |
Operation.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setOperacao(Operation.Operator operator) |
| Constructor and Description |
|---|
Operation(Operation.Operator operacao,
T novo,
T antigo) |
Copyright © 2020. All rights reserved.