com.mayhoo.kanji.xml.types
Class LangType

java.lang.Object
  |
  +--com.mayhoo.kanji.xml.types.LangType
All Implemented Interfaces:
Serializable

public class LangType
extends Object
implements Serializable

Version:
$Revision: 1.1 $ $Date: 2002/04/30 06:44:34 $
See Also:
Serialized Form

Field Summary
static com.mayhoo.kanji.xml.types.LangType EN
          The instance of the en type
static int EN_TYPE
          The en type
 
Method Summary
static Enumeration enumerate()
          Returns an enumeration of all possible instances of LangType
 int getType()
          Returns the type of this LangType
 String toString()
          Returns the String representation of this LangType
static com.mayhoo.kanji.xml.types.LangType valueOf(String string)
          Returns a new LangType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EN_TYPE

public static final int EN_TYPE
The en type

See Also:
Constant Field Values

EN

public static final com.mayhoo.kanji.xml.types.LangType EN
The instance of the en type

Method Detail

enumerate

public static Enumeration enumerate()
Returns an enumeration of all possible instances of LangType


getType

public int getType()
Returns the type of this LangType


toString

public String toString()
Returns the String representation of this LangType

Overrides:
toString in class Object

valueOf

public static com.mayhoo.kanji.xml.types.LangType valueOf(String string)
Returns a new LangType based on the given String value.

Parameters:
string -