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