private static enum BlockJUnit4ClassRunnerWithParameters.InjectionType extends java.lang.Enum<BlockJUnit4ClassRunnerWithParameters.InjectionType>
Enum Constant and Description |
---|
CONSTRUCTOR |
FIELD |
Modifier and Type | Method and Description |
---|---|
static BlockJUnit4ClassRunnerWithParameters.InjectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockJUnit4ClassRunnerWithParameters.InjectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockJUnit4ClassRunnerWithParameters.InjectionType CONSTRUCTOR
public static final BlockJUnit4ClassRunnerWithParameters.InjectionType FIELD
public static BlockJUnit4ClassRunnerWithParameters.InjectionType[] values()
for (BlockJUnit4ClassRunnerWithParameters.InjectionType c : BlockJUnit4ClassRunnerWithParameters.InjectionType.values()) System.out.println(c);
public static BlockJUnit4ClassRunnerWithParameters.InjectionType 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