public static enum ProxyConfig.ProxyMode extends Enum<ProxyConfig.ProxyMode>
Modifier and Type | Method and Description |
---|---|
static ProxyConfig.ProxyMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyConfig.ProxyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyConfig.ProxyMode DISABLED
public static final ProxyConfig.ProxyMode ENABLED
public static final ProxyConfig.ProxyMode AUTO
public static ProxyConfig.ProxyMode[] values()
for (ProxyConfig.ProxyMode c : ProxyConfig.ProxyMode.values()) System.out.println(c);
public static ProxyConfig.ProxyMode 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 © 2013-2018–2019 SeedStack. All rights reserved.