|
|||||||||
| Home >> All >> com >> mayhoo >> kanji >> xml >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.mayhoo.kanji.xml.types
Class TypeType

java.lang.Objectcom.mayhoo.kanji.xml.types.TypeType
- All Implemented Interfaces:
- java.io.Serializable
- public class TypeType
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
- Version:
- $Revision: 1.1 $ $Date: 2002/04/30 06:44:34 $
| Field Summary | |
private static java.util.Hashtable |
_memberTable
|
static TypeType |
KUNYOMI
The instance of the kunyomi type |
static int |
KUNYOMI_TYPE
The kunyomi type |
static TypeType |
ONYOMI
The instance of the onyomi type |
static int |
ONYOMI_TYPE
The onyomi type |
private java.lang.String |
stringValue
|
private int |
type
|
| Constructor Summary | |
private |
TypeType(int type,
java.lang.String value)
|
| Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of TypeType |
int |
getType()
Returns the type of this TypeType |
private static java.util.Hashtable |
init()
|
java.lang.String |
toString()
Returns the String representation of this TypeType |
static TypeType |
valueOf(java.lang.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 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 TypeType KUNYOMI
- The instance of the kunyomi type
_memberTable
private static java.util.Hashtable _memberTable
type
private int type
stringValue
private java.lang.String stringValue
| Constructor Detail |
TypeType
private TypeType(int type,
java.lang.String value)
| Method Detail |
enumerate
public static java.util.Enumeration enumerate()
- Returns an enumeration of all possible instances of TypeType
getType
public int getType()
- Returns the type of this TypeType
init
private static java.util.Hashtable init()
toString
public java.lang.String toString()
- Returns the String representation of this TypeType
valueOf
public static TypeType valueOf(java.lang.String string)
- Returns a new TypeType based on the given String value.
|
|||||||||
| Home >> All >> com >> mayhoo >> kanji >> xml >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.mayhoo.kanji.xml.types.TypeType