Enum Constant and Description |
---|
EmoticonMode |
MoreInputMode |
PluginMode |
RecognizeMode |
TextInput |
VoiceInput |
Modifier and Type | Method and Description |
---|---|
static InputMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InputMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputMode TextInput
public static final InputMode VoiceInput
public static final InputMode EmoticonMode
public static final InputMode PluginMode
public static final InputMode MoreInputMode
public static final InputMode RecognizeMode
public static InputMode[] values()
for (InputMode c : InputMode.values()) System.out.println(c);
public static InputMode 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 null