public static enum Location.WLProxySSL extends Enum<Location.WLProxySSL>
| Modifier and Type | Method and Description |
|---|---|
static Location.WLProxySSL |
fromValue(String value) |
String |
toString() |
String |
value() |
static Location.WLProxySSL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Location.WLProxySSL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Location.WLProxySSL ON
public static final Location.WLProxySSL OFF
public static Location.WLProxySSL[] values()
for (Location.WLProxySSL c : Location.WLProxySSL.values()) System.out.println(c);
public static Location.WLProxySSL 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 toString()
toString in class Enum<Location.WLProxySSL>public String value()
public static Location.WLProxySSL fromValue(String value)