public static enum Plugin.Engine.TypeStrategy.Default extends Enum<Plugin.Engine.TypeStrategy.Default> implements Plugin.Engine.TypeStrategy
Plugin.Engine.TypeStrategy.Default, Plugin.Engine.TypeStrategy.ForEntryPoint
Enum Constant and Description |
---|
DECORATE
A type strategy that decorates a type.
|
REBASE
A type strategy that rebases a type's methods.
|
REDEFINE
A type strategy that redefines a type's methods.
|
Modifier and Type | Method and Description |
---|---|
static Plugin.Engine.TypeStrategy.Default |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.Engine.TypeStrategy.Default[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
builder
public static final Plugin.Engine.TypeStrategy.Default REDEFINE
public static final Plugin.Engine.TypeStrategy.Default REBASE
public static final Plugin.Engine.TypeStrategy.Default DECORATE
public static Plugin.Engine.TypeStrategy.Default[] values()
for (Plugin.Engine.TypeStrategy.Default c : Plugin.Engine.TypeStrategy.Default.values()) System.out.println(c);
public static Plugin.Engine.TypeStrategy.Default 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 nullCopyright © 2014–2020. All rights reserved.