public static enum ParameterList.ForLoadedExecutable.Dispatcher.CreationAction extends java.lang.Enum<ParameterList.ForLoadedExecutable.Dispatcher.CreationAction> implements java.security.PrivilegedAction<ParameterList.ForLoadedExecutable.Dispatcher>
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
ParameterList.ForLoadedExecutable.Dispatcher |
run() |
static ParameterList.ForLoadedExecutable.Dispatcher.CreationAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterList.ForLoadedExecutable.Dispatcher.CreationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterList.ForLoadedExecutable.Dispatcher.CreationAction INSTANCE
public static ParameterList.ForLoadedExecutable.Dispatcher.CreationAction[] values()
for (ParameterList.ForLoadedExecutable.Dispatcher.CreationAction c : ParameterList.ForLoadedExecutable.Dispatcher.CreationAction.values()) System.out.println(c);
public static ParameterList.ForLoadedExecutable.Dispatcher.CreationAction 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 nullpublic ParameterList.ForLoadedExecutable.Dispatcher run()
run
in interface java.security.PrivilegedAction<ParameterList.ForLoadedExecutable.Dispatcher>