public static enum JavaConstant.MethodType.Dispatcher.CreationAction extends Enum<JavaConstant.MethodType.Dispatcher.CreationAction> implements PrivilegedAction<JavaConstant.MethodType.Dispatcher>
| Enum Constant and Description | 
|---|
| INSTANCEThe singleton instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| JavaConstant.MethodType.Dispatcher | run() | 
| 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>Copyright © 2014–2019. All rights reserved.