public static enum ErrorProvider.Kind extends Enum<ErrorProvider.Kind>
ERRORS
is
intended to compute more significant diagnostics quicker, HINTS
is inteded to compute less significant diagnostics at the cost of taking
longer. The Severity
of ErrorDescription reported for neither
of these is limited.Enum.EnumDesc<E extends Enum<E>>
Modifier and Type | Method and Description |
---|---|
static ErrorProvider.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorProvider.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorProvider.Kind ERRORS
public static final ErrorProvider.Kind HINTS
public static ErrorProvider.Kind[] values()
public static ErrorProvider.Kind 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