public static enum AndroidPreFlightChecks.Test extends Enum<AndroidPreFlightChecks.Test>
Enum Constant and Description |
---|
INTENTS |
OBJECT_IN_EP |
OVERRIDES |
REUSE |
STUBS_VERSION |
Modifier and Type | Method and Description |
---|---|
static AndroidPreFlightChecks.Test |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidPreFlightChecks.Test[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AndroidPreFlightChecks.Test OVERRIDES
public static final AndroidPreFlightChecks.Test INTENTS
public static final AndroidPreFlightChecks.Test REUSE
public static final AndroidPreFlightChecks.Test STUBS_VERSION
public static final AndroidPreFlightChecks.Test OBJECT_IN_EP
public static AndroidPreFlightChecks.Test[] values()
for (AndroidPreFlightChecks.Test c : AndroidPreFlightChecks.Test.values()) System.out.println(c);
public static AndroidPreFlightChecks.Test 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 null