com.mayhoo.kanji.xml.types
Class TypeType

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

public class TypeType
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.TypeType KUNYOMI
          The instance of the kunyomi type
static int KUNYOMI_TYPE
          The kunyomi type
static com.mayhoo.kanji.xml.types.TypeType ONYOMI
          The instance of the onyomi type
static int ONYOMI_TYPE
          The onyomi type
 
Method Summary
static Enumeration enumerate()
          Returns an enumeration of all possible instances of TypeType
 int getType()
          Returns the type of this TypeType
 String toString()
          Returns the String representation of this TypeType
static com.mayhoo.kanji.xml.types.TypeType valueOf(String string)
          Returns a new TypeType 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

ONYOMI_TYPE

public static final int ONYOMI_TYPE
The onyomi type

See Also:
Constant Field Values

ONYOMI

public static final com.mayhoo.kanji.xml.types.TypeType ONYOMI
The instance of the onyomi type


KUNYOMI_TYPE

public static final int KUNYOMI_TYPE
The kunyomi type

See Also:
Constant Field Values

KUNYOMI

public static final com.mayhoo.kanji.xml.types.TypeType KUNYOMI
The instance of the kunyomi type

Method Detail

enumerate

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


getType

public int getType()
Returns the type of this TypeType


toString

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

Overrides:
toString in class Object

valueOf

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

Parameters:
string -