# File lib/rgen/metamodel_builder/builder_runtime.rb, line 33
  def hasManyMethods(role)
    respond_to?("add#{firstToUpper(role.to_s)}")
  end