public static enum ErrorsCache.ErrorKind extends Enum<ErrorsCache.ErrorKind>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
ERROR
Error, that should be used to show error badge in the projects tab.
|
ERROR_NO_BADGE
Error, that should be not used to show error badge in the projects tab.
|
WARNING
Warning.
|
Modifier and Type | Method and Description |
---|---|
static ErrorsCache.ErrorKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorsCache.ErrorKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorsCache.ErrorKind ERROR
public static final ErrorsCache.ErrorKind ERROR_NO_BADGE
public static final ErrorsCache.ErrorKind WARNING
public static ErrorsCache.ErrorKind[] values()
public static ErrorsCache.ErrorKind 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