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