protected function getValueTypeDropDownArray()
 {
     return MixedLoggedInUserTypesAndUsersSearchFormAttributeMappingRules::getValueTypesAndLabels();
 }
 /**
  * @return array
  */
 protected static function getValueTypesWhereValueIsRequired()
 {
     return array_merge(MixedDateTypesSearchFormAttributeMappingRules::getValueTypesWhereValueIsRequired(), MixedLoggedInUserTypesAndUsersSearchFormAttributeMappingRules::getValueTypesWhereValueIsRequired());
 }