/**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["operator"] = "CCDASetOperator xml|attribute default|I";
     return $props;
 }