|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.pinyin4j.format.HanyuPinyinVCharType
public class HanyuPinyinVCharType
Define the output format of character 'ü'
'ü' is a special character of Hanyu Pinyin, which can not be simply represented by English letters. In Hanyu Pinyin, such characters include 'ü', 'üe', 'üan', and 'ün'.
This class provides several options for output of 'ü', which are listed below.
Options | Output |
---|---|
WITH_U_AND_COLON | u: |
WITH_V | v |
WITH_U_UNICODE | ü |
Field Summary | |
---|---|
protected java.lang.String |
name
|
static HanyuPinyinVCharType |
WITH_U_AND_COLON
The option indicates that the output of 'ü' is "u:" |
static HanyuPinyinVCharType |
WITH_U_UNICODE
The option indicates that the output of 'ü' is "ü" in Unicode form |
static HanyuPinyinVCharType |
WITH_V
The option indicates that the output of 'ü' is "v" |
Constructor Summary | |
---|---|
protected |
HanyuPinyinVCharType(java.lang.String name)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getName()
|
protected void |
setName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final HanyuPinyinVCharType WITH_U_AND_COLON
public static final HanyuPinyinVCharType WITH_V
public static final HanyuPinyinVCharType WITH_U_UNICODE
protected java.lang.String name
Constructor Detail |
---|
protected HanyuPinyinVCharType(java.lang.String name)
Method Detail |
---|
public java.lang.String getName()
protected void setName(java.lang.String name)
name
- The name to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |