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