public class CapitalizeNameMapper extends Object implements NameMapper
| Constructor and Description |
|---|
CapitalizeNameMapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
mapTypeToElementName(String typeName)
Capitalize first letter of type name.
|
String |
toString()
Outputs a brief description.
|
public String mapTypeToElementName(String typeName)
mapTypeToElementName in interface NameMappertypeName - the string to converttypeName after first letter has been converted to upper caseCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.