# File lib_wpm/wpm.rb, line 1089
    def set_common_property(name, attr_map, value)
      case (name)
      when 'call-index'
        # common property
        @call_index_setter = get_property(attr_map, value, 'accessor')
      else
        # local property
        set_property(name, attr_map, value)
      end

      nil
    end