public enum RADIO_BOARD_TYPE extends java.lang.Enum<RADIO_BOARD_TYPE>
| Enum Constant and Description |
|---|
RADIO_BOARD_TYPE_FX9600_PORT_4 |
RADIO_BOARD_TYPE_FX9600_PORT_8 |
RADIO_BOARD_TYPE_PIXIE |
RADIO_BOARD_TYPE_UNKNOWN |
| Modifier and Type | Field and Description |
|---|---|
static int |
RADIO_BOARD_TYPE_MA |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static RADIO_BOARD_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RADIO_BOARD_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RADIO_BOARD_TYPE RADIO_BOARD_TYPE_UNKNOWN
public static final RADIO_BOARD_TYPE RADIO_BOARD_TYPE_PIXIE
public static final RADIO_BOARD_TYPE RADIO_BOARD_TYPE_FX9600_PORT_4
public static final RADIO_BOARD_TYPE RADIO_BOARD_TYPE_FX9600_PORT_8
public static RADIO_BOARD_TYPE[] values()
for (RADIO_BOARD_TYPE c : RADIO_BOARD_TYPE.values()) System.out.println(c);
public static RADIO_BOARD_TYPE 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 nullpublic int getCode()