|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mayhoo.kanji.xml.types.TypeType
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 |
public static final int ONYOMI_TYPE
public static final com.mayhoo.kanji.xml.types.TypeType ONYOMI
public static final int KUNYOMI_TYPE
public static final com.mayhoo.kanji.xml.types.TypeType KUNYOMI
Method Detail |
public static Enumeration enumerate()
public int getType()
public String toString()
toString
in class Object
public static com.mayhoo.kanji.xml.types.TypeType valueOf(String string)
string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |