public static enum AlgorithmManagementProxy.AlgorithmOperation extends Enum<AlgorithmManagementProxy.AlgorithmOperation>
| Enum Constant and Description |
|---|
ADMIN_ALGORITHM
Gerenciamento do algoritmo
|
ANY
Qualquer operação que não exija permissão, isto é, vai atuar sobre todos
os algoritmos
|
EXECUTE_ALGORITHM
Execução do algoritmo
|
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmManagementProxy.AlgorithmOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmManagementProxy.AlgorithmOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlgorithmManagementProxy.AlgorithmOperation ADMIN_ALGORITHM
public static final AlgorithmManagementProxy.AlgorithmOperation EXECUTE_ALGORITHM
public static final AlgorithmManagementProxy.AlgorithmOperation ANY
public static AlgorithmManagementProxy.AlgorithmOperation[] values()
for (AlgorithmManagementProxy.AlgorithmOperation c : AlgorithmManagementProxy.AlgorithmOperation.values()) System.out.println(c);
public static AlgorithmManagementProxy.AlgorithmOperation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.