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