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