public enum CategoryColor extends java.lang.Enum<CategoryColor>
| Enum Constant and Description |
|---|
NONE
none
|
PRESET0
preset0
|
PRESET1
preset1
|
PRESET10
preset10
|
PRESET11
preset11
|
PRESET12
preset12
|
PRESET13
preset13
|
PRESET14
preset14
|
PRESET15
preset15
|
PRESET16
preset16
|
PRESET17
preset17
|
PRESET18
preset18
|
PRESET19
preset19
|
PRESET2
preset2
|
PRESET20
preset20
|
PRESET21
preset21
|
PRESET22
preset22
|
PRESET23
preset23
|
PRESET24
preset24
|
PRESET3
preset3
|
PRESET4
preset4
|
PRESET5
preset5
|
PRESET6
preset6
|
PRESET7
preset7
|
PRESET8
preset8
|
PRESET9
preset9
|
UNEXPECTED_VALUE
For CategoryColor values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static CategoryColor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CategoryColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CategoryColor NONE
public static final CategoryColor PRESET0
public static final CategoryColor PRESET1
public static final CategoryColor PRESET2
public static final CategoryColor PRESET3
public static final CategoryColor PRESET4
public static final CategoryColor PRESET5
public static final CategoryColor PRESET6
public static final CategoryColor PRESET7
public static final CategoryColor PRESET8
public static final CategoryColor PRESET9
public static final CategoryColor PRESET10
public static final CategoryColor PRESET11
public static final CategoryColor PRESET12
public static final CategoryColor PRESET13
public static final CategoryColor PRESET14
public static final CategoryColor PRESET15
public static final CategoryColor PRESET16
public static final CategoryColor PRESET17
public static final CategoryColor PRESET18
public static final CategoryColor PRESET19
public static final CategoryColor PRESET20
public static final CategoryColor PRESET21
public static final CategoryColor PRESET22
public static final CategoryColor PRESET23
public static final CategoryColor PRESET24
public static final CategoryColor UNEXPECTED_VALUE
public static CategoryColor[] values()
for (CategoryColor c : CategoryColor.values()) System.out.println(c);
public static CategoryColor valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null