public static enum ProjectProblemsProvider.Severity extends Enum<ProjectProblemsProvider.Severity>
ProjectProblemsProvider.ProjectProblem severity.| Modifier and Type | Method and Description |
|---|---|
static ProjectProblemsProvider.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectProblemsProvider.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectProblemsProvider.Severity ERROR
public static final ProjectProblemsProvider.Severity WARNING
public static ProjectProblemsProvider.Severity[] values()
public static ProjectProblemsProvider.Severity 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