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