public static enum OCAColor.OCAColorValue extends Enum<OCAColor.OCAColorValue>
Enum Constant and Description |
---|
BLACK |
BLUE |
BROWN |
CYAN |
DEVICE_DEFAULT |
GREEN |
MAGENTA |
MEDIUM_COLOR |
RED |
YELLOW |
Modifier and Type | Method and Description |
---|---|
static OCAColor.OCAColorValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OCAColor.OCAColorValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCAColor.OCAColorValue BLUE
public static final OCAColor.OCAColorValue RED
public static final OCAColor.OCAColorValue MAGENTA
public static final OCAColor.OCAColorValue GREEN
public static final OCAColor.OCAColorValue CYAN
public static final OCAColor.OCAColorValue YELLOW
public static final OCAColor.OCAColorValue BLACK
public static final OCAColor.OCAColorValue BROWN
public static final OCAColor.OCAColorValue DEVICE_DEFAULT
public static final OCAColor.OCAColorValue MEDIUM_COLOR
public static OCAColor.OCAColorValue[] values()
for (OCAColor.OCAColorValue c : OCAColor.OCAColorValue.values()) System.out.println(c);
public static OCAColor.OCAColorValue 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 nullCopyright © 2025 Apache Software Foundation. All rights reserved.