public static enum AlgorithmManagementProxy.AlgorithmOperation extends java.lang.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(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2016. All Rights Reserved.