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