public static enum ImplementsValidator.SdkCheckMode extends Enum<ImplementsValidator.SdkCheckMode>
Supported modes for validation of Implementation
methods against SDKs.
Modifier and Type | Method and Description |
---|---|
static ImplementsValidator.SdkCheckMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImplementsValidator.SdkCheckMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImplementsValidator.SdkCheckMode OFF
public static final ImplementsValidator.SdkCheckMode WARN
public static final ImplementsValidator.SdkCheckMode ERROR
public static ImplementsValidator.SdkCheckMode[] values()
for (ImplementsValidator.SdkCheckMode c : ImplementsValidator.SdkCheckMode.values()) System.out.println(c);
public static ImplementsValidator.SdkCheckMode 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