public static enum CaseFoldData.CaseFoldAlgorithm extends Enum<CaseFoldData.CaseFoldAlgorithm>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
OracleDB |
OracleDBAI |
Ruby |
| Modifier and Type | Method and Description |
|---|---|
static CaseFoldData.CaseFoldAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaseFoldData.CaseFoldAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaseFoldData.CaseFoldAlgorithm Ruby
public static final CaseFoldData.CaseFoldAlgorithm OracleDB
public static final CaseFoldData.CaseFoldAlgorithm OracleDBAI
public static CaseFoldData.CaseFoldAlgorithm[] values()
public static CaseFoldData.CaseFoldAlgorithm 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