public class CaseFormat
extends java.text.Format
String| Modifier and Type | Class and Description |
|---|---|
static class |
CaseFormat.Case
Change of case to be made
|
| Constructor and Description |
|---|
CaseFormat(CaseFormat.Case aCase)
Costructor allowing to choose case change
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuffer |
format(java.lang.Object obj,
java.lang.StringBuffer toAppendTo,
java.text.FieldPosition pos) |
java.lang.Object |
parseObject(java.lang.String source,
java.text.ParsePosition pos) |
public CaseFormat(CaseFormat.Case aCase)
aCase - CaseFormat.Casepublic java.lang.StringBuffer format(java.lang.Object obj,
java.lang.StringBuffer toAppendTo,
java.text.FieldPosition pos)
format in class java.text.Formatpublic java.lang.Object parseObject(java.lang.String source,
java.text.ParsePosition pos)
parseObject in class java.text.FormatCopyright © 2018 SAP SE. All Rights Reserved.