| Package | Description |
|---|---|
| org.nlpcn.commons.lang.pinyin |
| Modifier and Type | Method and Description |
|---|---|
CaseType |
PinyinFormat.getCaseType() |
static CaseType |
CaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaseType[] |
CaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PinyinFormat.setCaseType(CaseType caseType) |
| Constructor and Description |
|---|
PinyinFormat(YuCharType yuCharType,
ToneType toneType,
CaseType caseType) |
PinyinFormat(YuCharType yuCharType,
ToneType toneType,
CaseType caseType,
String separator) |
PinyinFormat(YuCharType yuCharType,
ToneType toneType,
CaseType caseType,
String separator,
boolean onlyPinyin) |
Copyright © 2016. All rights reserved.