|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.pinyin4j.PinyinRomanizationType
class PinyinRomanizationType
The class describes variable Chinese Pinyin Romanization System
Field Summary | |
---|---|
(package private) static PinyinRomanizationType |
GWOYEU_ROMATZYH
Gwoyeu Romatzyh system |
(package private) static PinyinRomanizationType |
HANYU_PINYIN
Hanyu Pinyin system |
(package private) static PinyinRomanizationType |
MPS2_PINYIN
Mandarin Phonetic Symbols 2 (MPS2) Pinyin system |
protected java.lang.String |
tagName
|
(package private) static PinyinRomanizationType |
TONGYONG_PINYIN
Tongyong Pinyin system |
(package private) static PinyinRomanizationType |
WADEGILES_PINYIN
Wade-Giles Pinyin system |
(package private) static PinyinRomanizationType |
YALE_PINYIN
Yale Pinyin system |
Constructor Summary | |
---|---|
protected |
PinyinRomanizationType(java.lang.String tagName)
Constructor |
Method Summary | |
---|---|
(package private) java.lang.String |
getTagName()
|
protected void |
setTagName(java.lang.String tagName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final PinyinRomanizationType HANYU_PINYIN
static final PinyinRomanizationType WADEGILES_PINYIN
static final PinyinRomanizationType MPS2_PINYIN
static final PinyinRomanizationType YALE_PINYIN
static final PinyinRomanizationType TONGYONG_PINYIN
static final PinyinRomanizationType GWOYEU_ROMATZYH
protected java.lang.String tagName
Constructor Detail |
---|
protected PinyinRomanizationType(java.lang.String tagName)
Method Detail |
---|
java.lang.String getTagName()
protected void setTagName(java.lang.String tagName)
tagName
- The tagName to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |