public static enum CaseFoldTable.CaseFoldingAlgorithm extends Enum<CaseFoldTable.CaseFoldingAlgorithm>
Enum Constant and Description |
---|
ECMAScriptNonUnicode |
ECMAScriptUnicode |
PythonAscii |
PythonUnicode |
Modifier and Type | Method and Description |
---|---|
static CaseFoldTable.CaseFoldingAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaseFoldTable.CaseFoldingAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaseFoldTable.CaseFoldingAlgorithm ECMAScriptNonUnicode
public static final CaseFoldTable.CaseFoldingAlgorithm ECMAScriptUnicode
public static final CaseFoldTable.CaseFoldingAlgorithm PythonAscii
public static final CaseFoldTable.CaseFoldingAlgorithm PythonUnicode
public static CaseFoldTable.CaseFoldingAlgorithm[] values()
public static CaseFoldTable.CaseFoldingAlgorithm 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 null