public enum PacJsEntryFunction extends Enum<PacJsEntryFunction>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
IPV6_AWARE
Main entry point to JavaScript PAC script for IPv6 support,
as defined by Microsoft.
|
STANDARD
Main entry point to JavaScript PAC script as defined by Netscape.
|
Modifier and Type | Method and Description |
---|---|
String |
getJsFunctionName()
Gets name of JavaScript function.
|
static PacJsEntryFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PacJsEntryFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PacJsEntryFunction STANDARD
FindProxyForURL()
.public static final PacJsEntryFunction IPV6_AWARE
FindProxyForURLEx()
.public static PacJsEntryFunction[] values()
public static PacJsEntryFunction 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 nullpublic String getJsFunctionName()