public enum CategoryColor extends Enum<CategoryColor> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
NONE |
PRESET0 |
PRESET1 |
PRESET10 |
PRESET11 |
PRESET12 |
PRESET13 |
PRESET14 |
PRESET15 |
PRESET16 |
PRESET17 |
PRESET18 |
PRESET19 |
PRESET2 |
PRESET20 |
PRESET21 |
PRESET22 |
PRESET23 |
PRESET24 |
PRESET3 |
PRESET4 |
PRESET5 |
PRESET6 |
PRESET7 |
PRESET8 |
PRESET9 |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static CategoryColor |
valueOf(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 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 NONE
public static CategoryColor[] values()
for (CategoryColor c : CategoryColor.values()) System.out.println(c);
public static CategoryColor 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 nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.