public static enum Step.StepContextType extends java.lang.Enum<Step.StepContextType>
| Enum Constant and Description |
|---|
CLASS |
METHOD |
NONE |
TRANSFORMER |
| Modifier and Type | Method and Description |
|---|---|
static Step.StepContextType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Step.StepContextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Step.StepContextType NONE
public static final Step.StepContextType CLASS
public static final Step.StepContextType METHOD
public static final Step.StepContextType TRANSFORMER
public static Step.StepContextType[] values()
for (Step.StepContextType c : Step.StepContextType.values()) System.out.println(c);
public static Step.StepContextType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null