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