public static enum Wifi.Authentication extends Enum<Wifi.Authentication>
| Modifier and Type | Method and Description |
|---|---|
static Wifi.Authentication |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wifi.Authentication[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wifi.Authentication WEP
public static final Wifi.Authentication WPA
public static final Wifi.Authentication nopass
public static Wifi.Authentication[] values()
for (Wifi.Authentication c : Wifi.Authentication.values()) System.out.println(c);
public static Wifi.Authentication valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.