public static enum ReflexController.BoardSlot extends Enum<ReflexController.BoardSlot>
| Enum Constant and Description |
|---|
BACKPLANE |
DM1 |
DM2 |
DM3 |
DM4 |
DM5 |
DM6 |
INTERFACE |
POWERA |
POWERB |
SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
static ReflexController.BoardSlot |
forInt(int num) |
int |
getSlotNum() |
static ReflexController.BoardSlot |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReflexController.BoardSlot[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReflexController.BoardSlot SYSTEM
public static final ReflexController.BoardSlot BACKPLANE
public static final ReflexController.BoardSlot INTERFACE
public static final ReflexController.BoardSlot POWERA
public static final ReflexController.BoardSlot POWERB
public static final ReflexController.BoardSlot DM1
public static final ReflexController.BoardSlot DM2
public static final ReflexController.BoardSlot DM3
public static final ReflexController.BoardSlot DM4
public static final ReflexController.BoardSlot DM5
public static final ReflexController.BoardSlot DM6
public static ReflexController.BoardSlot[] values()
for (ReflexController.BoardSlot c : ReflexController.BoardSlot.values()) System.out.println(c);
public static ReflexController.BoardSlot 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.BoardSlot forInt(int num)
public int getSlotNum()
Copyright © 2014 LSST. All Rights Reserved.