net.sourceforge.vietpad
Class InputMethods

java.lang.Object
  extended bynet.sourceforge.vietpad.InputMethods

public class InputMethods
extends Object

Enum constants for supported Vietnamese input methods.


Field Summary
static InputMethods Telex
           
static InputMethods VIQR
           
static InputMethods VNI
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VNI

public static final InputMethods VNI

VIQR

public static final InputMethods VIQR

Telex

public static final InputMethods Telex
Method Detail

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.