/**
  * Get an instance
  *
  * @return  text.format.MoneyFormat
  */
 public function getInstance()
 {
     return parent::getInstance('MoneyFormat');
 }
 /**
  * Get an instance
  *
  * @return  text.format.ChoiceFormat
  */
 public function getInstance()
 {
     return parent::getInstance('ChoiceFormat');
 }
 /**
  * Get an instance
  *
  * @return  text.format.NumberFormat
  */
 public function getInstance()
 {
     return parent::getInstance('NumberFormat');
 }
 /**
  * Get an instance
  *
  * @return  text.format.PrintfFormat
  */
 public function getInstance()
 {
     return parent::getInstance('PrintfFormat');
 }
 /**
  * Get an instance
  *
  * @return  text.format.HashFormat
  */
 public function getInstance()
 {
     return parent::getInstance('HashFormat');
 }
 /**
  * Get an instance
  *
  * @return  text.format.MessageFormat
  */
 public function getInstance()
 {
     return parent::getInstance('MessageFormat');
 }