public static enum WebConfiguration.DisableUnicodeEscaping extends java.lang.Enum<WebConfiguration.DisableUnicodeEscaping>
An enum
of all possible values for the disableUnicodeEscaping
configuration parameter.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
static WebConfiguration.DisableUnicodeEscaping |
getByValue(java.lang.String value) |
static WebConfiguration.DisableUnicodeEscaping |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebConfiguration.DisableUnicodeEscaping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebConfiguration.DisableUnicodeEscaping True
public static final WebConfiguration.DisableUnicodeEscaping False
public static final WebConfiguration.DisableUnicodeEscaping Auto
public static WebConfiguration.DisableUnicodeEscaping[] values()
for (WebConfiguration.DisableUnicodeEscaping c : WebConfiguration.DisableUnicodeEscaping.values()) System.out.println(c);
public static WebConfiguration.DisableUnicodeEscaping valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static WebConfiguration.DisableUnicodeEscaping getByValue(java.lang.String value)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.