com.cedarsoft.codegen
Class NamingSupport
java.lang.Object
com.cedarsoft.codegen.NamingSupport
public class NamingSupport
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createXmlElementName
@NotNull
@NonNls
public static String createXmlElementName(@NotNull@NonNls
String simpleClassName)
createVarName
@NotNull
@NonNls
public static String createVarName(@NotNull@NonNls
String simpleClassName)
createSetter
@NotNull
@NonNls
public static String createSetter(@NotNull@NonNls
String fieldName)
createGetterName
@NotNull
@NonNls
public static String createGetterName(@NotNull@NonNls
String simpleName)
plural
@NotNull
@NonNls
public static String plural(@NotNull@NonNls
String singular)
createSingular
@NotNull
@NonNls
public static String createSingular(@NotNull@NonNls
String plural)
Copyright © 2010 cedarsoft GmbH. All Rights Reserved.