public enum RequestedOp extends java.lang.Enum<RequestedOp>
| Enum Constant and Description |
|---|
exec |
getNode |
getNodeProperties |
getNodes |
getNodesForCaching |
invalidateCacheCopies |
putNode |
putNodes |
updateNodeProperties |
| Modifier and Type | Method and Description |
|---|---|
static RequestedOp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestedOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestedOp getNode
public static final RequestedOp putNode
public static final RequestedOp getNodes
public static final RequestedOp putNodes
public static final RequestedOp updateNodeProperties
public static final RequestedOp invalidateCacheCopies
public static final RequestedOp getNodesForCaching
public static final RequestedOp getNodeProperties
public static final RequestedOp exec
public static RequestedOp[] values()
for (RequestedOp c : RequestedOp.values()) System.out.println(c);
public static RequestedOp 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 null