public static enum STUHFL_E.RWD_CFG_ID extends java.lang.Enum<STUHFL_E.RWD_CFG_ID>
Enum Constant and Description |
---|
ANTENNA_SWITCH |
EXTVCO |
HARDWARE_ID_NUM |
INP |
PA |
POWER_DOWN_MODE |
TUNER |
Modifier and Type | Method and Description |
---|---|
static STUHFL_E.RWD_CFG_ID |
int2Enum(int id) |
int |
toInt() |
static STUHFL_E.RWD_CFG_ID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STUHFL_E.RWD_CFG_ID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STUHFL_E.RWD_CFG_ID POWER_DOWN_MODE
public static final STUHFL_E.RWD_CFG_ID EXTVCO
public static final STUHFL_E.RWD_CFG_ID PA
public static final STUHFL_E.RWD_CFG_ID INP
public static final STUHFL_E.RWD_CFG_ID ANTENNA_SWITCH
public static final STUHFL_E.RWD_CFG_ID TUNER
public static final STUHFL_E.RWD_CFG_ID HARDWARE_ID_NUM
public static STUHFL_E.RWD_CFG_ID[] values()
for (STUHFL_E.RWD_CFG_ID c : STUHFL_E.RWD_CFG_ID.values()) System.out.println(c);
public static STUHFL_E.RWD_CFG_ID 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 toInt()
public static STUHFL_E.RWD_CFG_ID int2Enum(int id)