public enum WifiBandSelection extends java.lang.Enum<WifiBandSelection>
| Enum Constant and Description |
|---|
WIFI_BAND_24_GHZ |
WIFI_BAND_5_GHZ |
WIFI_BAND_BOTH_ENABLED |
| Modifier and Type | Method and Description |
|---|---|
static WifiBandSelection |
fromOrdinal(int n)
Retrieves the corresponding WifiBandSelection value, from a valid integer.
|
static WifiBandSelection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WifiBandSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WifiBandSelection WIFI_BAND_BOTH_ENABLED
public static final WifiBandSelection WIFI_BAND_24_GHZ
public static final WifiBandSelection WIFI_BAND_5_GHZ
public static WifiBandSelection[] values()
for (WifiBandSelection c : WifiBandSelection.values()) System.out.println(c);
public static WifiBandSelection 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 static WifiBandSelection fromOrdinal(int n)
n - int