public class HanyuPinyinCaseType extends Object
This class provides several options for outputted cases of Hanyu Pinyin string, which are listed below. For example, Chinese character '民'
| Options | Output |
|---|---|
| LOWERCASE | min2 |
| UPPERCASE | MIN2 |
| Modifier and Type | Field and Description |
|---|---|
static HanyuPinyinCaseType |
LOWERCASE
The option indicates that hanyu pinyin is outputted as lowercase letters
|
protected String |
name |
static HanyuPinyinCaseType |
UPPERCASE
The option indicates that hanyu pinyin is outputted as uppercase letters
|
| Modifier | Constructor and Description |
|---|---|
protected |
HanyuPinyinCaseType(String name)
Constructor
|
public static final HanyuPinyinCaseType UPPERCASE
public static final HanyuPinyinCaseType LOWERCASE
protected String name
protected HanyuPinyinCaseType(String name)
Copyright © 2016. All Rights Reserved.