public static Location.WLProxySSL[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: for (Location.WLProxySSL c : Location.WLProxySSL.values()) System.out.p...
staticLocation.WLProxySSLPassThrough[]values() Returns an array containing the constants of this enum type, in the order they are declared. Methods inherited from class java.lang.Enum clone,compareTo,equals,finalize,getDeclaringClass,hashCode,name,ordinal,valueOf ...