/**
  * Returns the exporter subclass name
  *
  * @return string exporter subclass name
  */
 protected function getExporterSubclassName()
 {
     return gmExporterTypes::getClassForType($this->type, $this->getExporterSubclassPrefix());
 }