/**
  * Constructor
  *
  * @param $typeName string Allowed primitive types are
  *  'integer', 'string', 'float' and 'boolean'.
  */
 function ValidatorTypeDescription($typeName)
 {
     parent::PrimitiveTypeDescription($typeName);
 }