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