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