public class Utils extends Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static String |
transformToJavaIdentifier(String string,
boolean firstLetterUpperCase)
Creates java identifier compatible string.
|
public static String transformToJavaIdentifier(String string, boolean firstLetterUpperCase)
string
- string to processfirstLetterUpperCase
- indicates whether to make first letter upper case or lower caseCopyright © 2014–2015 Vracon s.r.o.. All rights reserved.