public static enum CCOBInterface.LED extends Enum<CCOBInterface.LED>
| Enum Constant and Description |
|---|
BLUE |
CARD |
NM750 |
NM850 |
NM960 |
RED |
UV |
| Modifier and Type | Method and Description |
|---|---|
static CCOBInterface.LED |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCOBInterface.LED[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CCOBInterface.LED CARD
public static final CCOBInterface.LED BLUE
public static final CCOBInterface.LED RED
public static final CCOBInterface.LED UV
public static final CCOBInterface.LED NM750
public static final CCOBInterface.LED NM850
public static final CCOBInterface.LED NM960
public static CCOBInterface.LED[] values()
for (CCOBInterface.LED c : CCOBInterface.LED.values()) System.out.println(c);
public static CCOBInterface.LED 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 © 2018 LSST. All rights reserved.