public static enum RemoteFunctionRegistry.Action extends Enum<RemoteFunctionRegistry.Action>
Enum Constant and Description |
---|
REGISTRATION |
UNREGISTRATION |
Modifier and Type | Method and Description |
---|---|
static RemoteFunctionRegistry.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteFunctionRegistry.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteFunctionRegistry.Action REGISTRATION
public static final RemoteFunctionRegistry.Action UNREGISTRATION
public static RemoteFunctionRegistry.Action[] values()
for (RemoteFunctionRegistry.Action c : RemoteFunctionRegistry.Action.values()) System.out.println(c);
public static RemoteFunctionRegistry.Action 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 © 1970 The Apache Software Foundation. All rights reserved.