public static enum ReflexController.BoardType extends Enum<ReflexController.BoardType>
| Enum Constant and Description |
|---|
AD8X100 |
AD8X120 |
BACKPLANE_X6 |
BIAS |
CAMERALINK |
DRIVER |
NONE |
POWERA |
POWERB |
SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
static ReflexController.BoardType |
forType(int tt) |
static ReflexController.BoardType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReflexController.BoardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReflexController.BoardType SYSTEM
public static final ReflexController.BoardType NONE
public static final ReflexController.BoardType BACKPLANE_X6
public static final ReflexController.BoardType CAMERALINK
public static final ReflexController.BoardType POWERA
public static final ReflexController.BoardType POWERB
public static final ReflexController.BoardType AD8X120
public static final ReflexController.BoardType AD8X100
public static final ReflexController.BoardType DRIVER
public static final ReflexController.BoardType BIAS
public static ReflexController.BoardType[] values()
for (ReflexController.BoardType c : ReflexController.BoardType.values()) System.out.println(c);
public static ReflexController.BoardType 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 static ReflexController.BoardType forType(int tt)
Copyright © 2014 LSST. All Rights Reserved.