| Modifier and Type | Method and Description |
|---|---|
OperationType |
Operation.getOperationType() |
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.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.setOperationType(OperationType operationType) |
| Constructor and Description |
|---|
Operation(String className,
String methodName,
String propertyName,
String name,
Reference reference,
OperationType operationType) |
Copyright © 2018–2022. All rights reserved.