public static enum TextFieldArgs.PhoneticMatcher extends Enum<TextFieldArgs.PhoneticMatcher>
| Enum Constant and Description |
|---|
ENGLISH |
FRENCH |
PORTUGUESE |
SPANISH |
| Modifier and Type | Method and Description |
|---|---|
String |
getMatcher() |
static TextFieldArgs.PhoneticMatcher |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFieldArgs.PhoneticMatcher[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextFieldArgs.PhoneticMatcher ENGLISH
public static final TextFieldArgs.PhoneticMatcher FRENCH
public static final TextFieldArgs.PhoneticMatcher PORTUGUESE
public static final TextFieldArgs.PhoneticMatcher SPANISH
public static TextFieldArgs.PhoneticMatcher[] values()
for (TextFieldArgs.PhoneticMatcher c : TextFieldArgs.PhoneticMatcher.values()) System.out.println(c);
public static TextFieldArgs.PhoneticMatcher 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 getMatcher()
Copyright © 2025 lettuce.io. All rights reserved.