net.sourceforge.pinyin4j
Class PinyinRomanizationType

java.lang.Object
  extended by net.sourceforge.pinyin4j.PinyinRomanizationType

 class PinyinRomanizationType
extends java.lang.Object

The class describes variable Chinese Pinyin Romanization System

Author:
Li Min (xmlerlimin@gmail.com)

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

HANYU_PINYIN

static final PinyinRomanizationType HANYU_PINYIN
Hanyu Pinyin system


WADEGILES_PINYIN

static final PinyinRomanizationType WADEGILES_PINYIN
Wade-Giles Pinyin system


MPS2_PINYIN

static final PinyinRomanizationType MPS2_PINYIN
Mandarin Phonetic Symbols 2 (MPS2) Pinyin system


YALE_PINYIN

static final PinyinRomanizationType YALE_PINYIN
Yale Pinyin system


TONGYONG_PINYIN

static final PinyinRomanizationType TONGYONG_PINYIN
Tongyong Pinyin system


GWOYEU_ROMATZYH

static final PinyinRomanizationType GWOYEU_ROMATZYH
Gwoyeu Romatzyh system


tagName

protected java.lang.String tagName
Constructor Detail

PinyinRomanizationType

protected PinyinRomanizationType(java.lang.String tagName)
Constructor

Method Detail

getTagName

java.lang.String getTagName()
Returns:
Returns the tagName.

setTagName

protected void setTagName(java.lang.String tagName)
Parameters:
tagName - The tagName to set.