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