/** INTERNAL: */
 protected boolean useDelimitedIdentifier() {
   return m_project.useDelimitedIdentifier();
 }
 /** INTERNAL: Return the upper cased attribute name for this accessor. Used when defaulting. */
 protected String getDefaultAttributeName() {
   return (m_project.useDelimitedIdentifier())
       ? getAttributeName()
       : getAttributeName().toUpperCase();
 }