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