public enum OutputColorType extends Enum<OutputColorType>
Note: New items may be added in the future.
Enum Constant and Description |
---|
DEBUG |
FAILURE |
RGB |
SUCCESS |
WARNING |
Modifier and Type | Method and Description |
---|---|
static OutputColorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputColorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputColorType WARNING
public static final OutputColorType FAILURE
public static final OutputColorType DEBUG
public static final OutputColorType SUCCESS
public static final OutputColorType RGB
public static OutputColorType[] values()
public static OutputColorType 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