public static enum WifiConfiguration.ProxySettings extends Enum<WifiConfiguration.ProxySettings>
Enum Constant and Description |
---|
NONE |
STATIC |
UNASSIGNED |
Modifier and Type | Method and Description |
---|---|
static WifiConfiguration.ProxySettings |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WifiConfiguration.ProxySettings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WifiConfiguration.ProxySettings NONE
public static final WifiConfiguration.ProxySettings STATIC
public static final WifiConfiguration.ProxySettings UNASSIGNED
public static WifiConfiguration.ProxySettings[] values()
for (WifiConfiguration.ProxySettings c : WifiConfiguration.ProxySettings.values()) System.out.println(c);
public static WifiConfiguration.ProxySettings 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 null