public static enum CColor.EFlashColor extends java.lang.Enum<CColor.EFlashColor>
Modifier and Type | Method and Description |
---|---|
static CColor.EFlashColor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CColor.EFlashColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CColor.EFlashColor GREEN
public static final CColor.EFlashColor YELLOW
public static final CColor.EFlashColor RED
public static CColor.EFlashColor[] values()
for (CColor.EFlashColor c : CColor.EFlashColor.values()) System.out.println(c);
public static CColor.EFlashColor 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 null14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft