public class ManIdentifierUtil extends Object
| Constructor and Description |
|---|
ManIdentifierUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
makeIdentifier(String name) |
static String |
makePascalCaseIdentifier(String name,
boolean firstChar)
Return
name following Pascal naming convention. |
public static String makePascalCaseIdentifier(String name, boolean firstChar)
name following Pascal naming convention. Only alpha-numeric characters are retained.
- name -> Name name - Any namefirstChar - Should the first character be capitalized? (false = camel case)name following pascal naming conventionCopyright © 2024. All rights reserved.