net.sourceforge.vietpad
Class InputMethods
java.lang.Object
net.sourceforge.vietpad.InputMethods
- public class InputMethods
- extends Object
Enum constants for supported Vietnamese input methods.
Method Summary |
String |
toString()
Returns the string representation of this enum constant. |
static InputMethods |
valueOf(String method)
Returns the enum constant of InputMethods type with the specified method. |
VNI
public static final InputMethods VNI
VIQR
public static final InputMethods VIQR
Telex
public static final InputMethods Telex
toString
public String toString()
- Returns the string representation of this enum constant.
valueOf
public static InputMethods valueOf(String method)
- Returns the enum constant of
InputMethods
type with the specified method.
- Parameters:
method
- one of the supported input methods: VNI, VIQR, or Telex. Unsupported methods are default to Telex.