*/
public String getGetterMethodNameQuoted()
{
XMethod currentMethod = getCurrentMethod();
String propertyName = getPropertyName(currentMethod);
XType propertyType = getPropertyType(currentMethod);
if (propertyName != null) {
}
XMethod getterMethod = getGetterMethod(propertyName, propertyType, currentMethod);