net.sourceforge.vietpad.inputmethod
Class InputMethods

java.lang.Object
  extended by net.sourceforge.vietpad.inputmethod.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
static String[] getNames()
          Returns an array of the names of the enum constants.
 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

Telex

public static final InputMethods Telex

VIQR

public static final InputMethods VIQR

VNI

public static final InputMethods VNI
Method Detail

toString

public String toString()
Returns the string representation of this enum constant.

Overrides:
toString in class Object

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.

getNames

public static String[] getNames()
Returns an array of the names of the enum constants.



Copyright © 2002 VietUnicode. All Rights Reserved.