public function getChildType($child)
 {
     if ($child == 'operand') {
         return 'FormRelationship_Where_Operands';
     }
     return parent::getChildType($child);
 }
 public function getChildType($child)
 {
     if ($child = 'operand') {
         return 'MAPPED_limits_Where_Operands';
     }
     return parent::getChildType($child);
 }
 public function getChildType($child)
 {
     if ($child = 'operand') {
         return 'child_form_data_where_Operands';
     }
     return parent::getChildType($child);
 }
 public function getChildType($child)
 {
     if ($child == 'operand') {
         return 'SVS_Where_Operands';
     }
     return parent::getChildType($child);
 }