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