fromCamelCase abstract method
Converts a property name from camelCase to this convention.
@param propertyName The property name in camelCase format.
@returns The property name converted to this convention's format.
Implementation
String fromCamelCase(String propertyName);