public static enum JavaConstant.MethodType.Dispatcher.CreationAction extends Enum<JavaConstant.MethodType.Dispatcher.CreationAction> implements PrivilegedAction<JavaConstant.MethodType.Dispatcher>
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
JavaConstant.MethodType.Dispatcher |
run() |
String |
toString() |
static JavaConstant.MethodType.Dispatcher.CreationAction |
valueOf(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(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 JavaConstant.MethodType.Dispatcher run()
run
in interface PrivilegedAction<JavaConstant.MethodType.Dispatcher>
public String toString()
toString
in class Enum<JavaConstant.MethodType.Dispatcher.CreationAction>
Copyright © 2014–2017. All rights reserved.